GCC Middle and Back End API Reference
|
#include <bar-chart.h>
Data Structures | |
struct | item |
Public Types | |
typedef unsigned long | value_t |
Public Member Functions | |
void | add_item (const char *name, value_t value) |
void | print (pretty_printer *pp) const |
Static Private Member Functions | |
static void | print_padding (pretty_printer *pp, size_t count) |
Private Attributes | |
auto_delete_vec< item > | m_items |
A class for printing bar charts to a pretty_printer. TODO(stage1): move to gcc subdir?
unsigned long ana::bar_chart::value_t |
void ana::bar_chart::add_item | ( | const char * | name, |
value_t | value ) |
void ana::bar_chart::print | ( | pretty_printer * | pp | ) | const |
|
staticprivate |
|
private |