aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Timer.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-18[YAML] Add support for non-printable charactersFrancis Visoiu Mistrih1-2/+4
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-05-29[ManagedStatic] Avoid putting function pointers in template args.Benjamin Kramer1-3/+5
2017-05-29Try to work around MSVC being buggy. Attempt #1.Benjamin Kramer1-1/+3
2017-05-29[Timer] Move DefaultTimerGroup into a ManagedStatic.Benjamin Kramer1-3/+4
2017-02-16Change default TimerGroup singleton to use magic staticsErich Keane1-16/+3
2016-11-18Statistic/Timer: Include timers in PrintStatisticsJSON().Matthias Braun1-11/+51
2016-11-18Timer: Track name and description.Matthias Braun1-18/+23
2016-11-10Timer: Remove group-less NamedRegionTimer constructor.Matthias Braun1-14/+0
2016-10-24Remove TimeValue usage from llvm/SupportPavel Labath1-4/+6
2016-10-14Timer: Fix doxygen comments, use member initializer; NFCMatthias Braun1-16/+12
2016-06-03Test commit. Removes some spaces. No functionality changed.Alina Sbirlea1-22/+22
2015-12-22[Support] Allow multiple paired calls to {start,stop}Timer()Vedant Kumar1-18/+14
2015-12-21[Support] Timer: Use emplace_back() and range-based loops (NFC)Vedant Kumar1-4/+4
2015-12-21[Support] Timer: simplify the init() methodVedant Kumar1-5/+1
2015-12-16Simplify memory management with std::unique_ptr.Rafael Espindola1-16/+12
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-2/+2
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-2/+2
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer1-2/+0
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola1-4/+4
2014-06-19Kill the LLVM global lock.Zachary Turner1-2/+2
2014-06-16Revert r211066, 211067, 211068, 211069, 211070.Zachary Turner1-2/+3
2014-06-16Kill the LLVM global lock.Zachary Turner1-1/+1
2014-06-16Remove some more code out into a separate CL.Zachary Turner1-1/+1
2014-06-16Users of the llvm global mutex must now acquire it manually.Zachary Turner1-3/+2
2014-06-10Revert "Remove support for runtime multi-threading."Zachary Turner1-1/+2
2014-06-10Remove support for runtime multi-threading.Zachary Turner1-2/+1
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer1-0/+1
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-2/+2
2014-04-09[C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...Craig Topper1-2/+2
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper1-8/+8
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-1/+0
2014-03-03Revert "[C++11] Replace LLVM atomics with std::atomic."Benjamin Kramer1-2/+2
2014-03-03[C++11] Replace LLVM atomics with std::atomic.Benjamin Kramer1-2/+2
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola1-2/+2
2013-07-16Add a wrapper for open.Rafael Espindola1-2/+2
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-4/+4
2011-11-05Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer1-1/+1
2011-10-16Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer1-10/+6
2010-11-29Merge System into Support.Michael J. Spencer1-2/+2
2010-08-07Roll back my last two commits, valgrind complains.Benjamin Kramer1-3/+2
2010-08-07Kill rarely used std::sort.Benjamin Kramer1-2/+3
2010-06-18Give NamedRegionTimer an Enabled flag, allowing all its clients toDan Gohman1-4/+6
2010-05-19Add a comment explaining why this code uses Append mode.Dan Gohman1-0/+4
2010-04-15Fix a bunch of namespace polution.Dan Gohman1-0/+4
2010-03-30stringref'ize Timer apisChris Lattner1-16/+15
2010-03-30finally, maintain a global list of timer groups, allowing us to Chris Lattner1-0/+30
2010-03-30add a new TimerGroup::print method, and refactor away the bogusChris Lattner1-31/+52
2010-03-30rename GetLibSupportInfoOutputFile -> CreateInfoOutputFile andChris Lattner1-12/+9
2010-03-30if a timergroup is destroyed before its timers, print times.Chris Lattner1-5/+13