summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/TimerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-2/+2
* 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
OpenPOWER on IntegriCloud