Changes between Version 2 and Version 3 of Visualization
- Timestamp:
- 12/31/69 19:21:53 (55 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Visualization
v2 v3 1 1 2 2 == Code Visualization == 3 Execution Graph generated in one of Hydra^''VM''^'s [wiki:Architecture four phases] can be a useful utility for day-to-day development or tuning and optimization, as it can give hints about parallel execution patterns or hot-spot code, which is a candidate for further manual optimizations and code rewriting. We also generate a graphical representation of the execution graph (optional feature of Hydra^''VM''^).3 Execution graph generated in one of Hydra^''VM''^'s [wiki:Architecture four phases] can be a useful utility in day-to-day development or in tuning and optimization, as it can give hints about parallel execution patterns or hot-spot code, which is a candidate for further manual optimization and code rewriting. We also generate a graphical representation of the execution graph. (This is an optional feature of Hydra^''VM''^.) 4 4 5 5 The following commands shows an example of using Hydra^''VM''^'s visualization feature. The second line uses the generated representation from Hydra^''VM''^ to generate graph using the [http://www.graphviz.org GraphViz] tool.