HelenOS sources
stopwatch_get_nanos 78 uspace/app/hbench/csv.c (long long) stopwatch_get_nanos(&run->stopwatch));
stopwatch_get_nanos 58 uspace/app/hbench/main.c usec_t duration_usec = NSEC2USEC(stopwatch_get_nanos(&info->stopwatch));
stopwatch_get_nanos 63 uspace/app/hbench/main.c double nanos = stopwatch_get_nanos(&info->stopwatch);
stopwatch_get_nanos 120 uspace/app/hbench/main.c double nanos = stopwatch_get_nanos(&runs[i].stopwatch);
stopwatch_get_nanos 200 uspace/app/hbench/main.c nsec_t duration = stopwatch_get_nanos(&run.stopwatch);
stopwatch_get_nanos 516 uspace/drv/block/pc-floppy/pc-floppy.c nsec = stopwatch_get_nanos(&sw);
stopwatch_get_nanos 586 uspace/drv/block/pc-floppy/pc-floppy.c nsec = stopwatch_get_nanos(&sw);
stopwatch_get_nanos 42 uspace/lib/c/test/perf.c PCUT_ASSERT_INT_EQUALS(0, (int) stopwatch_get_nanos(&sw));
stopwatch_get_nanos 49 uspace/lib/c/test/perf.c PCUT_ASSERT_INT_EQUALS(0, (int) stopwatch_get_nanos(&sw));
stopwatch_get_nanos 59 uspace/lib/c/test/perf.c nsec_t diff_nanos = stopwatch_get_nanos(&sw);
stopwatch_get_nanos 69 uspace/lib/c/test/perf.c PCUT_ASSERT_INT_EQUALS(42, (int) stopwatch_get_nanos(&sw));
stopwatch_get_nanos 77 uspace/lib/c/test/perf.c PCUT_ASSERT_EQUALS(4200000000021, (long long) stopwatch_get_nanos(&sw));
HelenOS homepage, sources at GitHub