aboutsummaryrefslogtreecommitdiff
path: root/src/timers.cc
AgeCommit message (Expand)Author
2018-05-09Remove unnecessary memset functions. (#591)Nan Xiao
2018-03-07Make string_util naming more consistent (#547)Wink Saville
2018-03-06Do not let StrCat be renamed to lstrcatA (#546)Wink Saville
2018-03-02Add Solaris support (#539)alekseyshl
2018-02-14Don't include <sys/resource.h> on Fuchsia. (#531)Ian McKellar
2017-07-06Fix ThreadCPUUsage when running on RTEMS. (#414)Tom Madams
2017-02-11Support for Web platforms (#340)Marat Dukhan
2016-10-08Fix typo in timer.cc that caused negative CPU times on OS X. Fixes #293Eric Fiselier
2016-10-07Apply clang-format to all headers and source (#303)Dominic Hamon
2016-09-28Fix various uninitialized membersEric Fiselier
2016-09-26Fix working on mac clock_gettime (#292)Alt
2016-09-05Refactor benchmark.cc into benchmark_register.cc and benchmark.cc (#287)Eric
2016-09-02Make `PauseTiming()` and `ResumeTiming()` per thread. (#286)Eric