Changes between Version 3 and Version 4 of Visualization
- Timestamp:
- 12/31/69 19:21:53 (55 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Visualization
v3 v4 3 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 The following commands show san 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.5 The following commands show 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. 6 6 {{{ 7 7 ./<hydra vm directory>/rvm -X:hydra:dumb=true -X:hydra:class=Test Test > plotXX