Home | History | Annotate | Download | only in massif

Lines Matching full:timeb

388 typedef enum { TimeI, TimeMS, TimeB } TimeUnit;
395 case TimeB: return "B";
452 else if VG_XACT_CLO(arg, "--time-unit=B", clo_time_unit, TimeB) {}
1326 } else if (clo_time_unit == TimeB) {
2132 else if (clo_time_unit == TimeB) { return sbIn; }