This page is part of an archival collection and is no longer actively maintained.

It may contain outdated information and may not meet current or future WCAG accessibility standards. We provide this content, its subpages, and associated links for historical reference only. If you need assistance, please contact support@cs.washington.edu

CGProfile Command Line Arguments

CGProfile Command Line Arguments

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.