summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/Timer.cpp
AgeCommit message (Expand)Author
2023-06-26[lldb][NFCI] Timer::DumpCategoryTimes should take a reference instead of a po...Alex Langford
2022-07-23Use the range-based overload of llvm::sort where possibleDmitri Gribenko
2022-01-21[lldb] Fix timer logging inverted quiet conditionDave Lee
2021-10-11Revert "Allow signposts to take advantage of deferred string substitution"Jonas Devlieghere
2021-06-14Allow signposts to take advantage of deferred string substitutionAdrian Prantl
2021-06-14Revert "Allow signposts to take advantage of deferred string substitution"Adrian Prantl
2021-06-14Allow signposts to take advantage of deferred string substitutionAdrian Prantl
2021-06-12Revert "Allow signposts to take advantage of deferred string substitution"Florian Hahn
2021-06-11Allow signposts to take advantage of deferred string substitutionAdrian Prantl
2021-06-11Revert "Allow signposts to take advantage of deferred string substitution"Adrian Prantl
2021-06-11Allow signposts to take advantage of deferred string substitutionAdrian Prantl
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-01-06[lldb] Ad os_signpost support to lldb_private::TimerJonas Devlieghere
2020-02-26Remove unneeded Compiler.h and DataTypes.h includes, NFCReid Kleckner
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-05-29Use correct format specifier to silence -Wformat warning.Richard Trieu
2019-05-29Add more information to the log timer dumpAntonio Afonso
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-08Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere
2018-11-11Remove comments after header includes.Jonas Devlieghere
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath