dot: command not found

I tried to use google performance tool to analyze my app’s memory usage, but got the error: “sh: dot: command not found”.
The reason is that I did not install graphviz Graph Visualization Tools, after installed it, the error went away.
[shell]
yum install graphviz -y
[/shell]

Written on August 9, 2011