Maps SDK for C++ 1.0.0
Loading...
Searching...
No Matches
gem::RenderingProfile Struct Reference

SDK rendering profile. More...

Collaboration diagram for gem::RenderingProfile:

Public Member Functions

void reset ()
 Reset the profile.

Public Attributes

std::atomic< float > frameDataLoadTime
 Frame data load time.
std::atomic< float > createBuffersTime
 Create buffers time.
float frameTime
 Frame time.
float renderTime
 Render time.
float updateTime
 Update time.
float sceneUpdateTime
 Scene update time.
float collectLabelsTime
 Collect labels time.
float sceneUploadTime
 Scene upload time.
float sceneDrawTime
 Scene draw time.
float labelsDrawTime
 Labels draw time.

Detailed Description

SDK rendering profile.