Home | History | Annotate | Download | only in perf

Lines Matching refs:unit

266  * Does the counter have nsecs as a unit?
936 char unit = 'M';
944 unit = 'K';
947 fprintf(output, " # %8.3f %c/sec ", ratio, unit);