NAME
testinstrumenter - Simple instrumenter frontend, version 2.3
SYNOPSIS
testinstrumenter [options] source_file
DESCRIPTION
OPTIONS
-version | -V
Prints out the testinstrumenter version and exits.
-T
Use the Tcl-based parser.
-C
Use the C++-based parser if available. If not, use the Tcl-based parser.
This is the default.
-X
Use the experimental parser. Use this in conjunction with the -C or
-T options. The experimental parser is slightly faster and will eventually
replace the default parser.
-x
Execute the instrumented Tcl/Tk code immediately. This is a good way
to test the instrumentation and parsing. The progam should run exactly
the same as if run by tclsh or wish, only slower.
-ca action
Specifies the command action value. This determines how commands will
be instrumented. See the saint design documentation for more details.
-pa action
Specifies the proc action value. This determines how to instrument
procedures.
-coa action
Specifies the comment action value. This determines how to instrument
comments.
-rca action
Specifies the command action value for the run-time instrumentation
option.
-rpa action
Specifies the proc action value for the run-time instrumentation option.
-rcoa action
Specifies the comment action value for the run-time instrumentation
option.
-purge
Purges the cache directory before continuing.
-pna boolean
Specifies whether or not to put in proc entry notifications.
-pxa boolean
Specifies whether or not to put in proc exit notifications.
-help
Prints out brief help on options and exits.
SEE ALSO
tuba , saint.design.html