Revision 353, 1.0 kB
(checked in by smidl, 16 years ago)
|
doc
|
Rev | Line | |
---|
[353] | 1 | digraph G |
---|
| 2 | { |
---|
| 3 | edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"]; |
---|
| 4 | node [fontname="FreeSans",fontsize="10",shape=record]; |
---|
| 5 | rankdir=LR; |
---|
| 6 | 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."]; |
---|
| 7 | Node1 -> Node2 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"]; |
---|
| 8 | 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...."]; |
---|
| 9 | Node1 -> Node3 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"]; |
---|
| 10 | 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."]; |
---|
| 11 | } |
---|