CGInstrument.exe takes the following command line arguments:
/dllwatch command-line |
Monitor the modules used when the application is run. /dllwatch can not be used with any other command line arguments. |
/flush |
Re-instrument all files. |
/cautious |
Query user before on-the-fly instrumentation. |
/help or /? |
Print command line help. |
/version |
Print version number |
CGProfile.exe takes the following command line arguments:
/text |
Generate text output. This is the default. |
/html |
Generate html output. |
/mon mon-file |
read raw profile data from mon-file. The default is cgmon.output. |
/mdb mdb-file |
read module information from mdb-file. The default is cgprof.mdb. |
/threshold value |
Specify percentage of total activity below which procedure entries are not printed. Must be between 0 and 1. Default is 0.0005 (0.05%). |
/verbose |
Print verbose summary. |
/help |
Print command line help. |
/version |
Print version number. |
Copyright (c) 1997 The University of Washington. All rights reserved.