summaryrefslogtreecommitdiffstats
path: root/unittests/Support/TimerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Timer: Track name and description.Matthias Braun2016-11-181-2/+2
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-051-2/+2
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-051-2/+2
* Unbreak LLVM_ENABLE_THREADS=OFF builds.Nico Weber2015-12-231-3/+19
* [unittest] Use Support/thread.h instead of <thread> (second try)Vedant Kumar2015-12-221-1/+1
* [unittest] Use Support/Thread.h instead of <thread> to fix the Windows buildVedant Kumar2015-12-221-1/+1
* [Support] Allow multiple paired calls to {start,stop}Timer()Vedant Kumar2015-12-221-0/+49