summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Timer.cpp
AgeCommit message (Expand)Author
2025-11-03[Support] Use "using" instead of "typedef" (NFC) (#166130)Kazu Hirata
2025-10-24[NFC] Add PrintOnExit parameter to a llvm::TimerGroup (#164407)Arseniy Zaostrovnykh
2025-09-22[Support] Fix memory leak in `Timer.cpp` on shutdown (#159983)Alexandre Ganea
2025-06-04[llvm] Remove unused includes (NFC) (#142733)Kazu Hirata
2025-04-30[clang] Implement JSON formatted -ftime-report (#137737)Alan Zhao
2025-03-13Reapply "Use global TimerGroups for both new pass manager and old pass manage...Alan Zhao
2025-03-13Revert "Use global TimerGroups for both new pass manager and old pass manager...Arthur Eubanks
2025-03-13[llvm][Timer] Use global TimerGroups for both new pass manager and old pass m...Alan Zhao
2025-03-12[llvm][Timer] Don't print timers in TimerGroup when all Timers are removed (#...Arthur Eubanks
2025-01-10[Timer] Remove signpots overhead on unsupported systemsFangrui Song
2025-01-10-ftime-report: reorganize timersFangrui Song
2025-01-10[Support] Reduce globaal variable overhead after #121663Fangrui Song
2025-01-09Reorder fields so InitDeferredFlag is destroyed lastBenjamin Kramer
2025-01-09[llvm] Remove extra ';' outside of a function (NFC)Jie Fu
2025-01-09[llvm][NFC] Rework Timer.cpp globals to ensure valid lifetimes (#121663)macurtis-amd
2024-10-31Trivial change llvm::CreateInfoOutputFile() to return raw_ostream. NFCDaniel Sanders
2022-08-25[Timer][Statistics] Make global constructor ordering more robustNicolai Hähnle
2021-11-06[llvm] Use llvm::reverse (NFC)Kazu Hirata
2021-10-11Revert "Allow signposts to take advantage of deferred string substitution"Jonas Devlieghere
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini
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-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan
2021-02-11[Timer] On macOS count number of executed instructionsAlex Hoppen
2021-01-06[Support] Untie the llvm::Signpost interface from llvm::TimerJonas Devlieghere
2020-11-28[Timer] Add a command option to enable/disable timer sorting.Paul C. Anagnostopoulos
2020-03-13[Clang][Driver] In -fintegrated-cc1 mode, avoid crashing on exit after a comp...Alexandre Ganea
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-11-11Timer - fix shadow variable warnings for Name/Description members. NFC.Simon Pilgrim
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-03-22[Legacy][TimePasses] allow -time-passes reporting into a custom streamFedor Sergeev
2019-02-19Annotate timeline in Instruments with passes and other timed regions.Daniel Sanders
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-08-17[Support] Add a public API to allow clearing all (static) timer groups.Graydon Hoare
2018-05-16[Timers] TimerGroup: add constructor from StringMap<TimeRecord>Roman Lebedev
2018-05-16[Timers] TimerGroup: make printJSONValues() method publicRoman Lebedev
2018-05-16[Timers] TimerGroup::printJSONValue(): print doubles with no precision lossRoman Lebedev
2018-05-16[Timers] TimerGroup::printJSONValues(): print mem timer with .mem suffixRoman Lebedev
2018-04-08[Support] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang