Long name (short name) |
Argument types |
Properties |
-reset(-r) |
|
|
|
Reset all counters back to 0 and remove all but the top level
counters. Returns the list of all counters affected. |
|
-enabled(-e) |
boolean |
|
|
Set the enabled state of the counters ('on' to enable, 'off' to
disable). Returns the list of all counters affected. |
|
-keyword(-k) |
string |
|
|
Print only the counters whose name matches this keyword
(default is all). |
|
-list(-l) |
|
|
|
List all available counters and their current enabled status.
(The only thing you can do when counters are disabled.) |
|
-maxdepth(-md) |
uint |
|
|
Maximum number of levels down to traverse and report. 0 is the
default and it means continue recursing as many times as are
requested. |
|
-file(-f) |
string |
|
|
Destination file of the enabled count objects. Use the special
names stdout and stderr to redirect to your command
window. As well, the special name msdev is available on NT
to direct your output to the debug tab in the output window of
Developer Studio. |
|
-quick(-q) |
|
|
|
Display only a summary for each counter type instead of the
full details. |
|
-spreadsheet(-s) |
|
|
|
Display in spreadsheet format instead of the usual nested
braces. This will include a header row that contains 'Count Level1
Level2 Level3...', making the data suitable for opening directly in
a spreadsheet table. |
|