Home
last modified time | relevance | path

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

/external/valgrind/massif/
Dms_main.c376 typedef enum { TimeI, TimeMS, TimeB } TimeUnit; enumerator
383 case TimeB: return "B"; in TimeUnit_to_string()
440 else if VG_XACT_CLO(arg, "--time-unit=B", clo_time_unit, TimeB) {} in ms_process_cmd_line_option()
1287 } else if (clo_time_unit == TimeB) { in get_time()
2097 else if (clo_time_unit == TimeB) { return sbIn; } in ms_instrument()