|
Blender
V2.93
|
#include <util_profiling.h>
Public Attributes | |
| volatile uint32_t | event = PROFILING_UNKNOWN |
| volatile int32_t | shader = -1 |
| volatile int32_t | object = -1 |
| volatile bool | active = false |
| vector< uint64_t > | shader_hits |
| vector< uint64_t > | object_hits |
Definition at line 80 of file util_profiling.h.
| volatile bool ProfilingState::active = false |
Definition at line 84 of file util_profiling.h.
Referenced by ProfilingHelper::set_object(), and ProfilingHelper::set_shader().
| volatile uint32_t ProfilingState::event = PROFILING_UNKNOWN |
Definition at line 81 of file util_profiling.h.
Referenced by ProfilingHelper::ProfilingHelper(), ProfilingHelper::set_event(), and ProfilingHelper::~ProfilingHelper().
| volatile int32_t ProfilingState::object = -1 |
Definition at line 83 of file util_profiling.h.
Referenced by ProfilingHelper::set_object().
Definition at line 87 of file util_profiling.h.
Referenced by ProfilingHelper::set_object().
| volatile int32_t ProfilingState::shader = -1 |
Definition at line 82 of file util_profiling.h.
Referenced by ProfilingHelper::set_shader().
Definition at line 86 of file util_profiling.h.
Referenced by ProfilingHelper::set_shader().