summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Statistics.cpp
AgeCommit message (Expand)Author
2025-10-01[LLDB] Add load core time to target metrics (#161581)Jacob Lalonde
2025-09-09Reland"[lldb] Add count for errors of DWO files in statistics and combine DWO...Ziyi Wang
2025-09-03Revert "[lldb] Add count for errors of DWO files in statistics and combine DW...David Peixotto
2025-09-03[lldb] Add count for errors of DWO files in statistics and combine DWO file c...Ziyi Wang
2025-06-24Reland "[lldb] Add count for number of DWO files loaded in statistics #144424...qxy11
2025-06-24Revert "[lldb] Add count for number of DWO files loaded in statistics" (#145494)Michael Buch
2025-06-23[lldb] Add count for number of DWO files loaded in statistics (#144424)qxy11
2025-06-09Add commands to list/enable/disable plugins (#134418)David Peixotto
2025-05-21[lldb] Remove unused local variables (NFC) (#140989)Kazu Hirata
2025-04-25Add symbol locator time for each module in statistics (#137379)GeorgeHuyubo
2025-04-25Revert "Add symbol locator time for each module in statistics (#134563)"Kazu Hirata
2025-04-25Add symbol locator time for each module in statistics (#134563)GeorgeHuyubo
2025-04-24[lldb] Remerge #136236 (Avoid force loading symbols in statistics collection ...royitaqi
2025-04-21[lldb] Add symbol/table count into statistics (#136226)royitaqi
2025-03-10[lldb] Avoid force loading symbol files in statistics collection (#129593)David Peixotto
2024-11-17Fix statistics dump to report per-target (#113723)jeffreytan81
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-09-10[LLDB][Data Formatters] Calculate average and total time for summary provider...Jacob Lalonde
2024-08-15[lldb] Realpath symlinks for breakpoints (#102223)royitaqi
2024-06-18[lldb] Add/change options in `statistics dump` to control what sections are d...royitaqi
2024-06-06[lldb] Include memory stats in statistics summary (#94671)Alex Langford
2024-06-03Re-merge `A few updates around "transcript"` (#92843) (#94067)royitaqi
2024-05-31Revert "A few updates around "transcript"" (#94088)gulfemsavrun
2024-05-31A few updates around "transcript" (#92843)royitaqi
2024-02-19[Reland] Report only loaded debug info in statistics dump (#81706) (#82207)Wanyi
2024-02-17Revert "Report only loaded debug info in statistics dump (#81706)" (#82150)Jonas Devlieghere
2024-02-17Report only loaded debug info in statistics dump (#81706)Wanyi
2024-02-06Support statistics dump summary only mode (#80745)Wanyi
2024-02-05Add commands frequency to statistics dump (#80375)jeffreytan81
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-30Report which modules have forcefully completed types in statistics.Greg Clayton
2022-11-20Add a new top level statistic that tracks how many modules have variable errors.Greg Clayton
2022-11-16Make CompilerType safeAdrian Prantl
2022-11-02[lldb] Add information on type systems to statistics dump commandAlex Langford
2022-09-28Track which modules have debug info variable errors.Greg Clayton
2022-09-22Add auto source map deduce count statisticsJeffrey Tan
2022-04-26Introduce new symbol on-demand for debug infoJeffrey Tan
2022-02-10Fix a double debug info size counting in top level stats for "statistics dump".Greg Clayton
2022-01-24[lldb] Add ConstString memory usage statisticsJonas Devlieghere
2022-01-19[lldb] Make StatsDuration thread-safePavel Labath
2021-12-28Cache the manual DWARF index out to the LLDB cache directory when the LLDB in...Greg Clayton
2021-11-15Add the stop count to "statistics dump" in each target's dictionary.Greg Clayton
2021-10-27Add unix signal hit counts to the target statistics.Greg Clayton
2021-10-27Add breakpoint resolving stats to each target.Greg Clayton
2021-10-26Add new key/value pairs to the module statistics for "statistics dump".Greg Clayton
2021-10-25Add modules stats into the "statistics dump" command.Greg Clayton
2021-10-21Modify "statistics dump" to dump JSON.Greg Clayton