Difference between revisions of "Valgrind Converter"

(Initial version)
 
 
Line 1: Line 1:
 
[[Category:Tools]]
 
[[Category:Tools]]
 
== Overview ==
 
== Overview ==
The Compile All Tool can be used to check if all targets in a directory compile. It recursively scans all directories and looks for files with a .ecf extension. For each configuration file all targets are first clean melted, then frozen and at the end finalized.
+
The valgrind converter allows to convert the translated C names in valgrind/callgrind files back to the original Eiffel names.
  
 
== Command-line Options ==
 
== Command-line Options ==

Latest revision as of 02:27, 16 February 2007

Overview

The valgrind converter allows to convert the translated C names in valgrind/callgrind files back to the original Eiffel names.

Command-line Options

To see the list of available command-line options and their help information, use the '/?' switch.

Information

This tool was developed and maintained by Patrickr.

Location: https://eiffelsoftware.origo.ethz.ch/svn/contrib/users/patrickr/valgrind_converter

Change Log

Patrickr 14:45, 14 February 2007 (CET)

  • Initial Upload