From b9f095dbe5986f50ca4665d976735bbb8c639c12 Mon Sep 17 00:00:00 2001 From: yangxx Date: Thu, 2 Oct 2003 17:36:23 +0000 Subject: [PATCH] git-svn-id: http://ltt.polymtl.ca/svn@289 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/ltt/convert/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ltt/branches/poly/ltt/convert/README b/ltt/branches/poly/ltt/convert/README index e441f97e..f9f35cd9 100644 --- a/ltt/branches/poly/ltt/convert/README +++ b/ltt/branches/poly/ltt/convert/README @@ -1,13 +1,13 @@ The application 'convert' is used to convert an old format tracefile into a new format tracefile. It has four commandline parameters, the first is tracefile -name, the second is process file, the third is a number (number of cpu), +name, the second is process file, the third is a number (the number of cpu in the machine), the last one is root directory for the new trace (this can be omitted, by default it is 'foo') The command line looks like this: - convert tracefile_name processfile_name _number_cpu foo_dir + convert tracefile_name processfile_name the_number_of_cpu foo_dir -There is also an script file 'sysInfo' which is used to get system information +There is also a script file 'sysInfo' which is used to get system information from your local machine, the information is saved in 'sysInfo.out' which will be read by 'convert' later. If the old tracefile is generated in other machine, then the 'sysInfo.out' should be gotten from that machine. -- 2.34.1