#include <dotgraph.h>
Public Member Functions | |
GraphEntry (EntryType entry_type, std::string name, double runtime, int calls, double total_time, int operations=-1, std::string name_to="") | |
std::pair< std::string, std::string > | get_colours (int hot[3], int cool[3], double total_time) |
Public Attributes | |
EntryType | entry_type |
std::string | name |
double | runtime |
int | calls |
std::string | name_to |
std::string | fontcolour |
int | operations = -1 |
Represents a node (box) or edge in a graphviz digraph.
molpro::profiler::dotgraph::GraphEntry::GraphEntry | ( | EntryType | entry_type, |
std::string | name, | ||
double | runtime, | ||
int | calls, | ||
double | total_time, | ||
int | operations = -1 , |
||
std::string | name_to = "" |
||
) |
std::pair<std::string, std::string> molpro::profiler::dotgraph::GraphEntry::get_colours | ( | int | hot[3], |
int | cool[3], | ||
double | total_time | ||
) |
int molpro::profiler::dotgraph::GraphEntry::calls |
EntryType molpro::profiler::dotgraph::GraphEntry::entry_type |
std::string molpro::profiler::dotgraph::GraphEntry::fontcolour |
std::string molpro::profiler::dotgraph::GraphEntry::name |
std::string molpro::profiler::dotgraph::GraphEntry::name_to |
int molpro::profiler::dotgraph::GraphEntry::operations = -1 |
double molpro::profiler::dotgraph::GraphEntry::runtime |