SuperTuxKart
Loading...
Searching...
No Matches
Public Attributes | List of all members
Profiler::ThreadData Struct Reference

Public Attributes

std::vector< std::string > m_event_stack
 Stack of events to detect nesting.
 
std::vector< std::string > m_ordered_headings
 This stores the event names in the order in which they occur.
 
AllEventData m_all_event_data
 

Member Data Documentation

◆ m_ordered_headings

std::vector<std::string> Profiler::ThreadData::m_ordered_headings

This stores the event names in the order in which they occur.

This means that 'outer' events occur here before any child events. This list is then used to determine the order in which the bar graphs are drawn, which results in the proper nesting of events.


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