Ankush's Garage
A collection of stuff made by Ankush Roy
Loading...
Searching...
No Matches
Plotter Class Reference

#include <DataPlotter.h>

Static Public Member Functions

static void PlotAllData ()

Static Private Member Functions

static void PlotFrameTimeData ()
static void PlotFPSData ()

Static Private Attributes

static float m_History = 10.0f
static float m_Ticks = 0.0f
static constexpr ImVec4 m_UpdateCol = {237.0f / 255.0f, 135.0f / 255.0f, 150.0f / 255.0f, 1.0f}
static constexpr ImVec4 m_RenderCol = {145.0f / 255.0f, 215.0f / 255.0f, 227.0f / 255.0f, 1.0f}

Member Function Documentation

◆ PlotAllData()

void Plotter::PlotAllData ( )
static

◆ PlotFPSData()

void Plotter::PlotFPSData ( )
staticprivate

◆ PlotFrameTimeData()

void Plotter::PlotFrameTimeData ( )
staticprivate

Member Data Documentation

◆ m_History

float Plotter::m_History = 10.0f
staticprivate

◆ m_RenderCol

ImVec4 Plotter::m_RenderCol = {145.0f / 255.0f, 215.0f / 255.0f, 227.0f / 255.0f, 1.0f}
staticconstexprprivate

◆ m_Ticks

float Plotter::m_Ticks = 0.0f
staticprivate

◆ m_UpdateCol

ImVec4 Plotter::m_UpdateCol = {237.0f / 255.0f, 135.0f / 255.0f, 150.0f / 255.0f, 1.0f}
staticconstexprprivate

The documentation for this class was generated from the following files: