SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
#include <Instrumentor.h>
Public Attributes | |
const char * | name |
pointer to char has constant length More... | |
long long | start |
start time point More... | |
long long | end |
end time point More... | |
uint32_t | threadID |
thread ID More... | |
Definition at line 44 of file Instrumentor.h.
long long ProfileResult::end |
end time point
Definition at line 48 of file Instrumentor.h.
const char* ProfileResult::name |
pointer to char has constant length
Definition at line 46 of file Instrumentor.h.
long long ProfileResult::start |
start time point
Definition at line 47 of file Instrumentor.h.
uint32_t ProfileResult::threadID |
thread ID
Definition at line 49 of file Instrumentor.h.