digraph G { edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"]; node [fontname="FreeSans",fontsize="10",shape=record]; rankdir=LR; Node1 [label="itpp::Timer",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1Timer.html",tooltip="A virtual base class for timers."]; Node1 -> Node2 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"]; Node2 [label="itpp::CPU_Timer",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1CPU__Timer.html",tooltip="A CPU time timer classMeasures the time spent by the CPU on the current process...."]; Node1 -> Node3 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"]; Node3 [label="itpp::Real_Timer",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1Real__Timer.html",tooltip="A real time timer classMeasures real time."]; }