|
Foundation
|
#include <ImGui.hpp>
Public Member Functions | |
| constexpr bool | operator< (const ImProfilerSample &o) const |
Public Attributes | |
| int | id |
| size_t | startTick |
| size_t | endTick |
| int | lane {-1} |
| String | label |
| ImColor | color |
|
inlineconstexpr |
| ImColor ImProfilerSample::color |
| size_t ImProfilerSample::endTick |
| int ImProfilerSample::id |
| String ImProfilerSample::label |
| int ImProfilerSample::lane {-1} |
| size_t ImProfilerSample::startTick |