Hymn to Beauty
C++ 3D Engine
Profiling Namespace Reference

Classes

class  Event
 A profiling event on the timeline. More...
 
class  ProfilingScope
 Run profiling. More...
 
class  Thread
 A thread containing events. More...
 
class  Timeline
 A timeline. More...
 

Variables

bool cpuActive = false
 Whether CPU profiling is active. More...
 
EventcurrentEvent = nullptr
 The current profiling event. More...
 

Variable Documentation

◆ cpuActive

bool Profiling::cpuActive = false

Whether CPU profiling is active.

◆ currentEvent

Event * Profiling::currentEvent = nullptr

The current profiling event.