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

  /external/valgrind/main/massif/
ms_print 48 my $graph_x = 72;
119 $graph_x = $1;
120 (4 <= $graph_x && $graph_x <= 1000) or die($usage);
480 # Row 0 ([0..graph_x][0]) is the X-axis.
482 # The rest ([1][1]..[graph_x][graph_y]) is the usable graph area.
494 for ($x = 1; $x <= $graph_x; $x++) { $graph[$x][0] = '-'; } # X-axis
496 $graph[$graph_x][0] = '>'; # X-axis arrow
498 for ($x = 1; $x <= $graph_x; $x++) { # usable area
541 my $x_pos_frac = ($times[$i] / ($end_time)) * $graph_x;
    [all...]
ms_print.in 48 my $graph_x = 72;
119 $graph_x = $1;
120 (4 <= $graph_x && $graph_x <= 1000) or die($usage);
480 # Row 0 ([0..graph_x][0]) is the X-axis.
482 # The rest ([1][1]..[graph_x][graph_y]) is the usable graph area.
494 for ($x = 1; $x <= $graph_x; $x++) { $graph[$x][0] = '-'; } # X-axis
496 $graph[$graph_x][0] = '>'; # X-axis arrow
498 for ($x = 1; $x <= $graph_x; $x++) { # usable area
541 my $x_pos_frac = ($times[$i] / ($end_time)) * $graph_x;
    [all...]

Completed in 33 milliseconds