Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116690
b: refs/heads/master
c: 07d1890
h: refs/heads/master
v: v3
  • Loading branch information
Frederic Weisbecker authored and Ingo Molnar committed Oct 14, 2008
1 parent a5db6ec commit f8192d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5c542368a3ded88bed98239fb3570dda416203ee
refs/heads/master: 07d1890420cce95c577736e4d67f70cbd39845fe
6 changes: 6 additions & 0 deletions trunk/scripts/bootgraph.pl
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@

if ($duration >= $threshold) {
my $s, $s2, $e, $y;
$pid = $pids{$key};

if (!defined($rows{$pid})) {
$rows{$pid} = $rowscount;
$rowscount = $rowscount + 1;
}
$s = ($value - $firsttime) * $mult;
$s2 = $s + 6;
$e = ($end{$key} - $firsttime) * $mult;
Expand Down

0 comments on commit f8192d0

Please sign in to comment.