Changeset 5fbc1f9 in mainline for uspace/lib/c/include/perf.h


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

libc: stopwatch API symmetry

File:
1 edited

Legend:

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

    rc2db02a r5fbc1f9  
    6464 * @param nanos Elapsed time in nanoseconds to set.
    6565 */
    66 static inline void stopwatch_set_elapsed(stopwatch_t *stopwatch, nsec_t nanos)
     66static inline void stopwatch_set_nanos(stopwatch_t *stopwatch, nsec_t nanos)
    6767{
    6868        stopwatch->start.tv_sec = 0;
Note: See TracChangeset for help on using the changeset viewer.