SLProject 4.0.000
ProfilingResult Struct Reference

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

Member Data Documentation

◆ depth

uint32_t ProfilingResult::depth

Depth of the scope in it's thread's call stack.

◆ end

uint64_t ProfilingResult::end

End time in microseconds relative to the session start.

◆ name

const char* ProfilingResult::name

Name of the profiled function/scope.

◆ start

uint64_t ProfilingResult::start

Start time in microseconds relative to the session start.

◆ threadId

uint32_t ProfilingResult::threadId

ID of the thread in which the scope was entered.


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