Performance Data Collection on Multithreaded Programs |
The collector command collects performance data for analysis by The Performance Analyzer.
collector command_list | Specify one or more of the collector commands | |
address_space options | Specify address space settings (see collector address_space Command). | |
disable | Stop data collection and close the current experiment (see collector disable Command). | |
enable | Enable the collector and open a new experiment (see collector enable Command). | |
hwprofile | Specify hardware counter profiling settings (see collector hwprofile Command). | |
pause | Stop collecting performance data but leave experiment open (see collector pause Command). | |
profile options | Specify settingsfor collecting callstack profiling data (see collector profile Command). | |
resume | Start performance data collection after pause (see collector resume Command). | |
sample options | Specify sampling settings (see collector sample Command). | |
show options | Show current collector settings (see collector show Command). | |
status | Inquire status about current experiment (see collector status Command). | |
store options | Experiment file control and settings (see collector store Command). | |
synctrace options | Specify settings for collecting thread synchronization wait tracing data (see collector synctrace Command. |
where:
To start collecting data, type either collector enable .
To turn off data collection, type collector disable