Home
last modified time | relevance | path

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

/external/valgrind/massif/
Dms_main.c350 typedef enum { TimeI, TimeMS, TimeB } TimeUnit; enumerator
355 case TimeI: return "i"; in TimeUnit_to_string()
373 static Int clo_time_unit = TimeI;
412 else if VG_XACT_CLO(arg, "--time-unit=i", clo_time_unit, TimeI) {} in ms_process_cmd_line_option()
888 if (clo_time_unit == TimeI) { in get_time()
1735 if (clo_time_unit == TimeI) { return ms_instrument2(sbIn); } in ms_instrument()