From 6966b30c7f8a1630c137d92e0af723139831f5fb Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Fri, 15 May 2009 20:45:04 +0200 Subject: * tools/trace: (Closes #67) * Document how to have the options available. * Improve options explanation. --- tools/trace/doc/trace.txt | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'tools/trace/doc') diff --git a/tools/trace/doc/trace.txt b/tools/trace/doc/trace.txt index cd14826e..248cdf13 100644 --- a/tools/trace/doc/trace.txt +++ b/tools/trace/doc/trace.txt @@ -12,22 +12,7 @@ Use The trace tool is divided in two parts, the one which generate the enumerator and the one which interpret the memory data to print it on screen. -To generate the enumerator -~~~~~~~~~~~~~~~~~~~~~~~~~~ - -python trace.py create [Options] - -Options: - - * -e : enumerator identifier for the source files. - * -o : The output file to write the enumerator. - -To interpret the memory data -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -python trace.py inter - -The interpreted data is directly print on the std output. +python trace.py -h to have all the possibilities. Trace definition file --------------------- -- cgit v1.2.3