Searched refs:time_unit (Results 1 – 2 of 2) sorted by relevance
41 my $time_unit;390 ($line =~ /^time_unit:\s*(.*)$/) or392 $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"; }
93 time_unit: ms378 static const HChar* TimeUnit_to_string(TimeUnit time_unit) in TimeUnit_to_string() argument380 switch (time_unit) { in TimeUnit_to_string()