HDK
|
#include "UT_API.h"
Go to the source code of this file.
Functions | |
UT_API bool | UTperformanceIsRecordingThreadStats () |
Determine if we're currently recording thread stats. More... | |
UT_API int | UTperformanceStartTaskScope (const UT_TaskScope *task_scope) |
UT_API void | UTperformanceStopTaskScope (const UT_TaskScope *task_scope, int event_id) |
This include provides a light weight way to record thread stats without pulling in the full UT_Performance.h include.
Definition in file UT_PerformanceThread.h.
UT_API bool UTperformanceIsRecordingThreadStats | ( | ) |
Determine if we're currently recording thread stats.
UT_API int UTperformanceStartTaskScope | ( | const UT_TaskScope * | task_scope | ) |
UT_API void UTperformanceStopTaskScope | ( | const UT_TaskScope * | task_scope, |
int | event_id | ||
) |