Changeset 51a04bd in mainline


Ignore:
Timestamp:
2019-01-10T20:54:32Z (5 years ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
94ebebf
Parents:
5fbc1f9
Message:

libc: clarify stopwatch documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/perf.h

    r5fbc1f9 r51a04bd  
    7474/** Start the stopwatch.
    7575 *
     76 * Note that repeated starts/stops do NOT aggregate the elapsed time.
     77 *
    7678 * @param stopwatch Stopwatch to start.
    7779 */
     
    8284
    8385/** Stop the stopwatch.
     86 *
     87 * Note that repeated starts/stops do NOT aggregate the elapsed time.
    8488 *
    8589 * @param stopwatch Stopwatch to stop.
Note: See TracChangeset for help on using the changeset viewer.