#include "UT_API.h"#include <SYS/SYS_Time.h>#include "UT_PtrArray.h"#include "UT_FloatArray.h"Go to the source code of this file.
Classes | |
| class | UT_Performance |
Typedefs | |
| typedef void(* | UT_PerformanceCB )(int type, void *data, const char *msg, int refresh) |
Enumerations | |
| enum | { LOG_OFF = 0, LOG_WINDOW, LOG_STDOUT } |
| enum | { TIME_FORMAT_ALL = 0, TIME_FORMAT_MS, TIME_FORMAT_SEC } |
| enum | { PERFORMANCE_WINDOW_LOG = 0, PERFORMANCE_ENDFRAME = 1, PERFORMANCE_WINDOW_LOG_HIGH = 2 } |
| enum | UT_PerformanceFilter { UT_PERF_FILTER_OFF, UT_PERF_FILTER_HIGHLIGHT, UT_PERF_FILTER_HIDE } |
Functions | |
| UT_API UT_Performance * | UTgetPerformance () |
| typedef void(* UT_PerformanceCB)(int type, void *data, const char *msg, int refresh) |
Definition at line 54 of file UT_Performance.h.
| anonymous enum |
| anonymous enum |
Definition at line 35 of file UT_Performance.h.
| anonymous enum |
Definition at line 41 of file UT_Performance.h.
| enum UT_PerformanceFilter |
Definition at line 47 of file UT_Performance.h.
| UT_API UT_Performance* UTgetPerformance | ( | ) |
1.5.9