Home
last modified time | relevance | path

Searched refs:time_unit (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/massif/
Dms_print.in41 my $time_unit;
390 ($line =~ /^time_unit:\s*(.*)$/) or
392 $time_unit = $1;
400 my $time_column = sprintf("%14s", "time($time_unit)");
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) }
609 else { die "bad time_unit: $time_unit\n"; }
Dms_main.c93 time_unit: ms
378 static const HChar* TimeUnit_to_string(TimeUnit time_unit) in TimeUnit_to_string() argument
380 switch (time_unit) { in TimeUnit_to_string()