|
HDK
|
#include "UT_API.h"
Include dependency graph for UT_PerformanceThread.h:
This graph shows which files directly or indirectly include this file: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 | ||
| ) |