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