#include "UT_API.h"
#include "UT_Condition.h"
#include "UT_Lock.h"
#include "UT_Map.h"
#include "UT_PerfMonProfile.h"
#include "UT_PerfMonTimedEvent.h"
#include "UT_PerfMonTypes.h"
#include "UT_Color.h"
#include "UT_Ramp.h"
#include "UT_ThreadSpecificValue.h"
#include "UT_DirUtil.h"
#include <SYS/SYS_AtomicInt.h>
#include <tbb/spin_rw_mutex.h>
Go to the source code of this file.
#define UT_PERFMON_INTERNAL_TASKS_LABEL "Internal Tasks" |
#define UT_PERFMON_INVALID_ID -1 |
Enumerator |
---|
UT_PERFMON_PROFILE_STARTED |
|
UT_PERFMON_PROFILE_STOPPED |
|
UT_PERFMON_PROFILE_REMOVED |
|
UT_PERFMON_PROFILE_RENAMED |
|
UT_PERFMON_PROFILE_LOADED |
|
UT_PERFMON_PROFILE_STATS_UPDATED |
|
UT_PERFMON_PROFILE_RECORD_OPTIONS_CHANGED |
|
UT_PERFMON_PROFILE_STATS_CLEARED |
|
UT_PERFMON_ACTIVE_PROFILE_CHANGED |
|
UT_PERFMON_NUM_PROFILE_EVENT_TYPES |
|
Definition at line 35 of file UT_Performance.h.