Changes between Version 3 and Version 4 of Visualization


Ignore:
Timestamp:
12/31/69 19:21:53 (54 years ago)
Author:
binoy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Visualization

    v3 v4  
    33Execution 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''^.)
    44
    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.
     5The 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.
    66{{{
    77./<hydra vm directory>/rvm -X:hydra:dumb=true -X:hydra:class=Test Test > plotXX