Public Member Functions | |
void | operator() (std::ostream &out) const |
Definition at line 664 of file ExecStreamGraph.cpp.
void ExecStreamGraphImpl::DotGraphRenderer::operator() | ( | std::ostream & | out | ) | const [inline] |
Definition at line 667 of file ExecStreamGraph.cpp.
00668 { 00669 out << "graph [bgcolor=gray, rankdir=BT]" << std::endl; 00670 out << "node [shape=record, style=filled, " 00671 << "fillcolor=white, fontsize=10.0]" << std::endl; 00672 out << "edge [fontsize=10.0]" << std::endl; 00673 }