]> git.ipfire.org Git - thirdparty/kea.git/commit
[3804] Created Stopwatch class handling code execution time.
authorMarcin Siodelski <marcin@isc.org>
Fri, 17 Apr 2015 13:44:47 +0000 (15:44 +0200)
committerMarcin Siodelski <marcin@isc.org>
Mon, 20 Apr 2015 11:16:33 +0000 (13:16 +0200)
commit600e6b770e1f7721f9c6bf1eec754a76fb7a4517
treefeab9ad6b2c20761bfaf5e0ed852b828f408b476
parent1859093393d179fa3ece808da3b39debb54b5414
[3804] Created Stopwatch class handling code execution time.
src/lib/util/Makefile.am
src/lib/util/stopwatch.cc [new file with mode: 0644]
src/lib/util/stopwatch.h [new file with mode: 0644]
src/lib/util/stopwatch_impl.cc [new file with mode: 0644]
src/lib/util/stopwatch_impl.h [new file with mode: 0644]
src/lib/util/tests/Makefile.am
src/lib/util/tests/stopwatch_unittest.cc [new file with mode: 0644]