Foundation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ImProfilerSample Struct Reference

#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
 

Member Function Documentation

◆ operator<()

constexpr bool ImProfilerSample::operator< ( const ImProfilerSample o) const
inlineconstexpr

Member Data Documentation

◆ color

ImColor ImProfilerSample::color

◆ endTick

size_t ImProfilerSample::endTick

◆ id

int ImProfilerSample::id

◆ label

String ImProfilerSample::label

◆ lane

int ImProfilerSample::lane {-1}

◆ startTick

size_t ImProfilerSample::startTick

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