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

/external/valgrind/main/massif/
H A Dms_main.c388 typedef enum { TimeI, TimeMS, TimeB } TimeUnit; enumerator in enum:__anon28575
393 case TimeI: return "i";
411 static Int clo_time_unit = TimeI;
450 else if VG_XACT_CLO(arg, "--time-unit=i", clo_time_unit, TimeI) {}
1305 if (clo_time_unit == TimeI) {
2130 if (clo_time_unit == TimeI) { return ms_instrument2(sbIn); }

Completed in 89 milliseconds