forked from ruby-prof/ruby-prof
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaning up DotPrinter a little bit.
- Loading branch information
1 parent
53bd4b0
commit a3bc5f0
Showing
2 changed files
with
102 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,96 +1,96 @@ | ||
digraph "Profile" { | ||
label="WALL_TIME >=0%\nTotal: 1.391186" | ||
label="WALL_TIME >=0%\nTotal: 1.401074" | ||
subgraph "Thread 2148237740" { | ||
2159423900 [label="[]=\n(0%)"]; | ||
2159423980 [label="find_primes\n(99%)"]; | ||
2159423980 -> 2159424740 [label="2/2"]; | ||
2159424040 [label="setup\n(100%)"]; | ||
2159424040 -> 2159424660 [label="1/2"]; | ||
2159424040 -> 2159424420 [label="1/1"]; | ||
2159424120 [label="%\n(15%)"]; | ||
2159424200 [label="new\n(0%)"]; | ||
2159424200 -> 2159424500 [label="2/2"]; | ||
2159424200 -> 2159424980 [label="2/2"]; | ||
2159424280 [label="rand\n(0%)"]; | ||
2159424360 [label="-\n(0%)"]; | ||
2159424420 [label="go\n(49%)"]; | ||
2159424420 -> 2159424660 [label="1/2"]; | ||
2159424500 [label="initialize\n(0%)"]; | ||
2159424580 [label="each_index\n(1%)"]; | ||
2159424580 -> 2159424280 [label="20000/20000"]; | ||
2159424580 -> 2159423900 [label="20000/20000"]; | ||
2159424660 [label="run_primes\n(100%)"]; | ||
2159424660 -> 2159423980 [label="2/2"]; | ||
2159424660 -> 2159424820 [label="2/2"]; | ||
2159424740 [label="select\n(99%)"]; | ||
2159424740 -> 2159425060 [label="20000/20000"]; | ||
2159424820 [label="make_random_array\n(1%)"]; | ||
2159424820 -> 2159424580 [label="2/2"]; | ||
2159424820 -> 2159424200 [label="2/2"]; | ||
2159424900 [label="upto\n(97%)"]; | ||
2159424900 -> 2159424120 [label="1574781/1574781"]; | ||
2159424900 -> 2159425220 [label="1574781/1574781"]; | ||
2159424980 [label="allocate\n(0%)"]; | ||
2159425060 [label="is_prime\n(98%)"]; | ||
2159425060 -> 2159424900 [label="20000/20000"]; | ||
2159425060 -> 2159424360 [label="20000/20000"]; | ||
2159425220 [label="==\n(12%)"]; | ||
2159428720 [label="run_primes\n(100%)"]; | ||
2159428720 -> 2159429580 [label="2/2"]; | ||
2159428720 -> 2159428880 [label="2/2"]; | ||
2159428800 [label="[]=\n(0%)"]; | ||
2159428880 [label="make_random_array\n(1%)"]; | ||
2159428880 -> 2159429420 [label="2/2"]; | ||
2159428880 -> 2159429040 [label="2/2"]; | ||
2159428960 [label="%\n(15%)"]; | ||
2159429040 [label="new\n(0%)"]; | ||
2159429040 -> 2159429340 [label="2/2"]; | ||
2159429040 -> 2159429820 [label="2/2"]; | ||
2159429120 [label="rand\n(0%)"]; | ||
2159429200 [label="-\n(0%)"]; | ||
2159429260 [label="setup\n(100%)"]; | ||
2159429260 -> 2159430040 [label="1/1"]; | ||
2159429260 -> 2159428720 [label="1/2"]; | ||
2159429340 [label="initialize\n(0%)"]; | ||
2159429420 [label="each_index\n(1%)"]; | ||
2159429420 -> 2159429120 [label="20000/20000"]; | ||
2159429420 -> 2159428800 [label="20000/20000"]; | ||
2159429500 [label="is_prime\n(98%)"]; | ||
2159429500 -> 2159429740 [label="20000/20000"]; | ||
2159429500 -> 2159429200 [label="20000/20000"]; | ||
2159429580 [label="find_primes\n(99%)"]; | ||
2159429580 -> 2159429660 [label="2/2"]; | ||
2159429660 [label="select\n(99%)"]; | ||
2159429660 -> 2159429500 [label="20000/20000"]; | ||
2159429740 [label="upto\n(97%)"]; | ||
2159429740 -> 2159428960 [label="1593581/1593581"]; | ||
2159429740 -> 2159429920 [label="1593581/1593581"]; | ||
2159429820 [label="allocate\n(0%)"]; | ||
2159429920 [label="==\n(12%)"]; | ||
2159430040 [label="go\n(50%)"]; | ||
2159430040 -> 2159428720 [label="1/2"]; | ||
} | ||
subgraph cluster_2159099520 { | ||
subgraph cluster_2159104080 { | ||
label = "Object"; | ||
fontcolor = "#666666"; | ||
color = "#666666"; | ||
2159425060; | ||
2159424820; | ||
2159424660; | ||
2159423980; | ||
2159429580; | ||
2159429500; | ||
2159428880; | ||
2159428720; | ||
} | ||
subgraph cluster_2159099380 { | ||
subgraph cluster_2159104200 { | ||
label = "Integer"; | ||
fontcolor = "#666666"; | ||
color = "#666666"; | ||
2159424900; | ||
2159429740; | ||
} | ||
subgraph cluster_2159099220 { | ||
subgraph cluster_2159104380 { | ||
label = "PrintersTest"; | ||
fontcolor = "#666666"; | ||
color = "#666666"; | ||
2159424420; | ||
2159424040; | ||
2159430040; | ||
2159429260; | ||
} | ||
subgraph cluster_2159099300 { | ||
subgraph cluster_2159104140 { | ||
label = "Array"; | ||
fontcolor = "#666666"; | ||
color = "#666666"; | ||
2159424740; | ||
2159424580; | ||
2159424500; | ||
2159423900; | ||
2159429660; | ||
2159429420; | ||
2159429340; | ||
2159428800; | ||
} | ||
subgraph cluster_2159099460 { | ||
subgraph cluster_2159104280 { | ||
label = "<Class::Array>"; | ||
fontcolor = "#666666"; | ||
color = "#666666"; | ||
2159424980; | ||
2159429820; | ||
} | ||
subgraph cluster_2159099040 { | ||
subgraph cluster_2159103860 { | ||
label = "Class"; | ||
fontcolor = "#666666"; | ||
color = "#666666"; | ||
2159424200; | ||
2159429040; | ||
} | ||
subgraph cluster_2159099100 { | ||
subgraph cluster_2159104000 { | ||
label = "Kernel"; | ||
fontcolor = "#666666"; | ||
color = "#666666"; | ||
2159424280; | ||
2159429120; | ||
} | ||
subgraph cluster_2159099580 { | ||
subgraph cluster_2159104340 { | ||
label = "Fixnum"; | ||
fontcolor = "#666666"; | ||
color = "#666666"; | ||
2159425220; | ||
2159424360; | ||
2159424120; | ||
2159429920; | ||
2159429200; | ||
2159428960; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters