#include <setup.h>
Public Attributes | |
int | turnedOn |
whether CPU profiling is turned ON or OFF. | |
int | sampling |
whether to use sampling or exact profiling. | |
eLEVEL | level |
Granularity level. More... | |
int | traceDepth |
trace depth. | |
int | threadsEnabled |
whether resolution to threads is enabled. |
Definition at line 98 of file setup.h.
|
Granularity level. Possible values are LEVEL_METHOD and LEVEL_TRACE. Definition at line 109 of file setup.h. Referenced by Setup::Setup(), and Setup::setParameter().
|