Home | History | Annotate | Download | only in massif

Lines Matching refs:end_time

494     my $end_time = $times[$n_snapshots-1];
495 ($end_time >= 0) or die;
532 # Likewise for end_time.
534 if (0 == $end_time ) { $end_time = 1; }
546 my $x_pos_frac = ($times[$i] / ($end_time)) * $graph_x;
550 # column, as if the end_time was actually end_time+epsilon.
551 if ($times[$i] == $end_time) {
606 if ($time_unit eq "i") { ($x_label, $x_unit) = i_max_label($end_time) }
607 elsif ($time_unit eq "ms") { ($x_label, $x_unit) = t_max_label($end_time) }
608 elsif ($time_unit eq "B") { ($x_label, $x_unit) = B_max_label($end_time) }