Home
last modified time | relevance | path

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

/external/valgrind/massif/
Dms_main.c373 static Int clo_time_unit = TimeI; variable
412 else if VG_XACT_CLO(arg, "--time-unit=i", clo_time_unit, TimeI) {} in ms_process_cmd_line_option()
413 else if VG_XACT_CLO(arg, "--time-unit=ms", clo_time_unit, TimeMS) {} in ms_process_cmd_line_option()
414 else if VG_XACT_CLO(arg, "--time-unit=B", clo_time_unit, TimeB) {} in ms_process_cmd_line_option()
888 if (clo_time_unit == TimeI) { in get_time()
890 } else if (clo_time_unit == TimeMS) { in get_time()
909 } else if (clo_time_unit == TimeB) { in get_time()
1735 if (clo_time_unit == TimeI) { return ms_instrument2(sbIn); } in ms_instrument()
1736 else if (clo_time_unit == TimeMS) { return sbIn; } in ms_instrument()
1737 else if (clo_time_unit == TimeB) { return sbIn; } in ms_instrument()
[all …]