Base Framework
Public Member Functions | Public Attributes | List of all members
Profiler::Frame Class Reference

#include <base/Profiler.h>

Public Member Functions

 Frame (const String &_name, const String &_category, unsigned int _parent)
 
bool operator< (const Frame &compare) const noexcept
 
bool operator== (const Frame &compare) const noexcept
 

Public Attributes

String name
 
String category
 
unsigned int parent = 0
 

Detailed Description

Single stack frame.