32 video::SColor
color = video::SColor(255, 255, 255, 255)) :
47 void draw(s32 x_left, s32 y_bottom, video::IVideoDriver *driver,
48 gui::IGUIFont *font)
const;
Definition profilergraph.h:19
void put(const Profiler::GraphValues &values)
Definition profilergraph.cpp:11
std::deque< Piece > m_log
Definition profilergraph.h:38
void draw(s32 x_left, s32 y_bottom, video::IVideoDriver *driver, gui::IGUIFont *font) const
Definition profilergraph.cpp:19
u32 m_log_max_size
Definition profilergraph.h:41
std::map< std::string, float > GraphValues
Definition profiler.h:39
Definition clientmap.h:35
Definition profilergraph.h:22
Profiler::GraphValues values
Definition profilergraph.h:24
Piece(Profiler::GraphValues v)
Definition profilergraph.h:23