Home
last modified time | relevance | path

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

/external/valgrind/massif/
Dms_main.c399 static Int clo_time_unit = TimeI; variable
438 else if VG_XACT_CLO(arg, "--time-unit=i", clo_time_unit, TimeI) {} in ms_process_cmd_line_option()
439 else if VG_XACT_CLO(arg, "--time-unit=ms", clo_time_unit, TimeMS) {} in ms_process_cmd_line_option()
440 else if VG_XACT_CLO(arg, "--time-unit=B", clo_time_unit, TimeB) {} in ms_process_cmd_line_option()
1266 if (clo_time_unit == TimeI) { in get_time()
1268 } else if (clo_time_unit == TimeMS) { in get_time()
1287 } else if (clo_time_unit == TimeB) { in get_time()
2096 if (clo_time_unit == TimeI) { return ms_instrument2(sbIn); } in ms_instrument()
2097 else if (clo_time_unit == TimeMS) { return sbIn; } in ms_instrument()
2098 else if (clo_time_unit == TimeB) { return sbIn; } in ms_instrument()
[all …]