![]() |
SLProject 4.0.000
|
#include <Profiler.h>
Public Attributes | |
| const char * | name |
| Name of the profiled function/scope. More... | |
| uint32_t | depth |
| Depth of the scope in it's thread's call stack. More... | |
| uint64_t | start |
| Start time in microseconds relative to the session start. More... | |
| uint64_t | end |
| End time in microseconds relative to the session start. More... | |
| uint32_t | threadId |
| ID of the thread in which the scope was entered. More... | |
| uint32_t ProfilingResult::depth |
Depth of the scope in it's thread's call stack.
| uint64_t ProfilingResult::end |
End time in microseconds relative to the session start.
| const char* ProfilingResult::name |
Name of the profiled function/scope.
| uint64_t ProfilingResult::start |
Start time in microseconds relative to the session start.
| uint32_t ProfilingResult::threadId |
ID of the thread in which the scope was entered.