summaryrefslogtreecommitdiffstats
path: root/src/shared/timing.h
Commit message (Collapse)AuthorAgeFilesLines
* [BUILD] rewrite CMake build system to track changes of source filesManuel Bentele2020-10-161-162/+0Star
| | | | | | | | | | This change restructures the source code directories, separates shared form non-shared application code and adds CMake dependencies. These dependencies allow the tracking of changes and trigger a rebuild of those build targets where changed files are involved. WARNING: Note that the support of the DNBD3_SERVER_AFL build option is not supported yet. Thus, the option should be never turned on.
* [SERVER] Introduce debug spamSimon Rettberg2019-08-301-1/+1
|
* [SHARED] More timing helpersSimon Rettberg2019-02-091-0/+23
|
* [SERVER] Properly support passing negative values to timing_gets()Simon Rettberg2017-10-201-1/+1
|
* [SERVER] Use monotonic clock for measuring timeSimon Rettberg2017-10-191-0/+139
Introduces new shared source unit timing.[ch] Closes #3214