Changeset 5fbc1f9 in mainline for uspace/lib/c/include/perf.h
- Timestamp:
- 2019-01-10T20:51:25Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 51a04bd
- Parents:
- c2db02a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/perf.h
rc2db02a r5fbc1f9 64 64 * @param nanos Elapsed time in nanoseconds to set. 65 65 */ 66 static inline void stopwatch_set_ elapsed(stopwatch_t *stopwatch, nsec_t nanos)66 static inline void stopwatch_set_nanos(stopwatch_t *stopwatch, nsec_t nanos) 67 67 { 68 68 stopwatch->start.tv_sec = 0;
Note:
See TracChangeset
for help on using the changeset viewer.