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

/external/valgrind/main/massif/
H A Dms_main.c411 static Int clo_time_unit = TimeI; variable
450 else if VG_XACT_CLO(arg, "--time-unit=i", clo_time_unit, TimeI) {}
451 else if VG_XACT_CLO(arg, "--time-unit=ms", clo_time_unit, TimeMS) {}
452 else if VG_XACT_CLO(arg, "--time-unit=B", clo_time_unit, TimeB) {}
1305 if (clo_time_unit == TimeI) {
1307 } else if (clo_time_unit == TimeMS) {
1326 } else if (clo_time_unit == TimeB) {
2130 if (clo_time_unit == TimeI) { return ms_instrument2(sbIn); }
2131 else if (clo_time_unit == TimeMS) { return sbIn; }
2132 else if (clo_time_unit
[all...]

Completed in 52 milliseconds