Skip to content

Commit

Permalink
Changed the name of the node name in the DOT output
Browse files Browse the repository at this point in the history
  • Loading branch information
iconara committed Aug 9, 2012
1 parent c176a66 commit d238dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dot_profile_printer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ def print_profile(io)

private

NODE_DIRECTIVE_FORMAT = %|\tnode_%-5d [label=%s];|
EDGE_DIRECTIVE_FORMAT = %|\tnode_%-5d -> node_%-5d [label="%s"];|
NODE_DIRECTIVE_FORMAT = %|\tmethod_%-5d [label=%s];|
EDGE_DIRECTIVE_FORMAT = %|\tmethod_%-5d -> method_%-5d [label="%s"];|
GLOBAL_NODE_DIRECTIVE = %|\tnode [fontname="%s", fontsize="14", shape="%s"];|
GLOBAL_EDGE_DIRECTIVE = %|\tedge [fontname="%s", fontsize="12"];|
GRAPH_START_DIRECTIVE = 'digraph profile {'
Expand Down

0 comments on commit d238dba

Please sign in to comment.