SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
ProfileResult Struct Reference

#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...
 

Detailed Description

Definition at line 44 of file Instrumentor.h.

Member Data Documentation

◆ end

long long ProfileResult::end

end time point

Definition at line 48 of file Instrumentor.h.

◆ name

const char* ProfileResult::name

pointer to char has constant length

Definition at line 46 of file Instrumentor.h.

◆ start

long long ProfileResult::start

start time point

Definition at line 47 of file Instrumentor.h.

◆ threadID

uint32_t ProfileResult::threadID

thread ID

Definition at line 49 of file Instrumentor.h.


The documentation for this struct was generated from the following file: