1
0
mirror of https://github.com/specht/champ.git synced 2024-06-01 13:41:32 +00:00

documentation

This commit is contained in:
Michael Specht 2018-02-16 16:27:35 +01:00
parent 3f63738382
commit 165920ee5a
2 changed files with 7 additions and 5 deletions

View File

@ -614,7 +614,7 @@ class Champ
io = StringIO.new io = StringIO.new
io.puts "digraph {" io.puts "digraph {"
io.puts "overlap = false;" io.puts "overlap = false;"
io.puts "rankdir = TB;" io.puts "rankdir = LR;"
io.puts "splines = true;" io.puts "splines = true;"
io.puts "graph [fontname = Helvetica, fontsize = 9, size = \"14, 11\", nodesep = 0.2, ranksep = 0.3, ordering = out];" io.puts "graph [fontname = Helvetica, fontsize = 9, size = \"14, 11\", nodesep = 0.2, ranksep = 0.3, ordering = out];"
io.puts "node [fontname = Helvetica, fontsize = 9, shape = rect, style = filled, fillcolor = \"#fce94f\" color = \"#c4a000\"];" io.puts "node [fontname = Helvetica, fontsize = 9, shape = rect, style = filled, fillcolor = \"#fce94f\" color = \"#c4a000\"];"
@ -815,17 +815,19 @@ __END__
</style> </style>
</head> </head>
<body> <body>
<div style='float: left; border-right: 1px solid #aaa;'> <div style='float: left; padding-right: 10px;'>
<h2>Frames</h2> <h2>Frames</h2>
#{screenshots} #{screenshots}
<h2>Cycles</h2> <h2>Cycles</h2>
#{cycles} #{cycles}
</div> </div>
<div style='margin-left: 460px; padding-top: 5px;'> <div style='float: left; padding-right: 10px;'>
<h2>Watches</h2>
#{watches}
<h2>Call Graph</h2> <h2>Call Graph</h2>
#{call_graph} #{call_graph}
</div> </div>
<div style='padding-top: 0.1px;'>
<h2>Watches</h2>
#{watches}
</div>
</body> </body>
</html> </html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 KiB

After

Width:  |  Height:  |  Size: 314 KiB