HomeSort by relevance Sort by last modified time
    Searched refs:graph_y (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/massif/
ms_print 49 my $graph_y = 20;
123 $graph_y = $1;
124 (4 <= $graph_y && $graph_y <= 1000) or die($usage);
481 # Column 0 ([0][0..graph_y]) is the Y-axis.
482 # The rest ([1][1]..[graph_x][graph_y]) is the usable graph area.
495 for ($y = 1; $y <= $graph_y; $y++) { $graph[0][$y] = '|'; } # Y-axis
497 $graph[0][$graph_y] = '^'; # Y-axis arrow
499 for ($y = 1; $y <= $graph_y; $y++) {
507 # Each row represents K bytes, which is 1/graph_y of the peak siz
    [all...]
ms_print.in 49 my $graph_y = 20;
123 $graph_y = $1;
124 (4 <= $graph_y && $graph_y <= 1000) or die($usage);
481 # Column 0 ([0][0..graph_y]) is the Y-axis.
482 # The rest ([1][1]..[graph_x][graph_y]) is the usable graph area.
495 for ($y = 1; $y <= $graph_y; $y++) { $graph[0][$y] = '|'; } # Y-axis
497 $graph[0][$graph_y] = '^'; # Y-axis arrow
499 for ($y = 1; $y <= $graph_y; $y++) {
507 # Each row represents K bytes, which is 1/graph_y of the peak siz
    [all...]

Completed in 44 milliseconds