HelenOS sources
stopwatch_t 58 uspace/app/hbench/hbench.h stopwatch_t stopwatch;
stopwatch_t 490 uspace/drv/block/pc-floppy/pc-floppy.c stopwatch_t sw;
stopwatch_t 560 uspace/drv/block/pc-floppy/pc-floppy.c stopwatch_t sw;
stopwatch_t 53 uspace/lib/c/include/perf.h static inline void stopwatch_init(stopwatch_t *stopwatch)
stopwatch_t 66 uspace/lib/c/include/perf.h static inline void stopwatch_set_nanos(stopwatch_t *stopwatch, nsec_t nanos)
stopwatch_t 80 uspace/lib/c/include/perf.h static inline void stopwatch_start(stopwatch_t *stopwatch)
stopwatch_t 91 uspace/lib/c/include/perf.h static inline void stopwatch_stop(stopwatch_t *stopwatch)
stopwatch_t 101 uspace/lib/c/include/perf.h static inline nsec_t stopwatch_get_nanos(stopwatch_t *stopwatch)
stopwatch_t 40 uspace/lib/c/test/perf.c stopwatch_t sw;
stopwatch_t 48 uspace/lib/c/test/perf.c stopwatch_t sw = STOPWATCH_INITIALIZE_STATIC;
stopwatch_t 55 uspace/lib/c/test/perf.c stopwatch_t sw = STOPWATCH_INITIALIZE_STATIC;
stopwatch_t 67 uspace/lib/c/test/perf.c stopwatch_t sw = STOPWATCH_INITIALIZE_STATIC;
stopwatch_t 75 uspace/lib/c/test/perf.c stopwatch_t sw = STOPWATCH_INITIALIZE_STATIC;
stopwatch_t 53 uspace/lib/posix/include/libc/perf.h static inline void stopwatch_init(stopwatch_t *stopwatch)
stopwatch_t 66 uspace/lib/posix/include/libc/perf.h static inline void stopwatch_set_nanos(stopwatch_t *stopwatch, nsec_t nanos)
stopwatch_t 80 uspace/lib/posix/include/libc/perf.h static inline void stopwatch_start(stopwatch_t *stopwatch)
stopwatch_t 91 uspace/lib/posix/include/libc/perf.h static inline void stopwatch_stop(stopwatch_t *stopwatch)
stopwatch_t 101 uspace/lib/posix/include/libc/perf.h static inline nsec_t stopwatch_get_nanos(stopwatch_t *stopwatch)
HelenOS homepage, sources at GitHub