Changeset 8ee106b in mainline for uspace/lib/c/Makefile


Ignore:
Timestamp:
2018-12-28T09:31:59Z (6 years ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3bd74758
Parents:
a49c39c8
git-author:
Vojtech Horky <vojtech.horky@…> (2018-12-21 18:01:07)
git-committer:
Vojtech Horky <vojtech.horky@…> (2018-12-28 09:31:59)
Message:

Add stopwatch_t for precise wallclock measurement

The idea is to introduce system API for precise wall-clock measurement
early on even if the implementation is suboptimal. This API will always
be only a tiny wrapper around the best-possible time source but it
would hide the implementation details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    ra49c39c8 r8ee106b  
    195195        test/stdio/scanf.c \
    196196        test/odict.c \
     197        test/perf.c \
    197198        test/perm.c \
    198199        test/qsort.c \
Note: See TracChangeset for help on using the changeset viewer.