Changeset 51a04bd in mainline
- Timestamp:
- 2019-01-10T20:54:32Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 94ebebf
- Parents:
- 5fbc1f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/perf.h
r5fbc1f9 r51a04bd 74 74 /** Start the stopwatch. 75 75 * 76 * Note that repeated starts/stops do NOT aggregate the elapsed time. 77 * 76 78 * @param stopwatch Stopwatch to start. 77 79 */ … … 82 84 83 85 /** Stop the stopwatch. 86 * 87 * Note that repeated starts/stops do NOT aggregate the elapsed time. 84 88 * 85 89 * @param stopwatch Stopwatch to stop.
Note:
See TracChangeset
for help on using the changeset viewer.