33 video::SColor
color = video::SColor(255, 255, 255, 255)) :
48 void draw(s32 x_left, s32 y_bottom, video::IVideoDriver *driver,
49 gui::IGUIFont *font)
const;
Definition profilergraph.h:19
void put(const Profiler::GraphValues &values)
Definition profilergraph.cpp:12
std::deque< Piece > m_log
Definition profilergraph.h:39
void draw(s32 x_left, s32 y_bottom, video::IVideoDriver *driver, gui::IGUIFont *font) const
Definition profilergraph.cpp:20
u32 m_log_max_size
Definition profilergraph.h:42
std::map< std::string, float > GraphValues
Definition profiler.h:39
Definition clientmap.h:36
Definition profilergraph.h:23
Profiler::GraphValues values
Definition profilergraph.h:25
Piece(const Profiler::GraphValues &v)
Definition profilergraph.h:24