summaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/statistics
AgeCommit message (Expand)Author
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-26Default transcript dumping in "statistics dump" to false (#145436)qxy11
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-04-24[lldb] Remerge #136236 (Avoid force loading symbols in statistics collection ...royitaqi
2025-04-22[LLDB] Silence Windows buildbot failure caused by #136226Muhammad Omair Javaid
2025-04-21Revert "[lldb] Avoid force loading symbols in statistics collection (#136236)"Shubham Sandeep Rastogi
2025-04-21[lldb] Avoid force loading symbols in statistics collection (#136236)royitaqi
2025-04-21[lldb] Add symbol/table count into statistics (#136226)royitaqi
2024-11-17Fix statistics dump to report per-target (#113723)jeffreytan81
2024-09-10[LLDB]Skip Summary Statistics Tests for Windows (#108079)Jacob Lalonde
2024-09-10[LLDB][Data Formatters] Calculate average and total time for summary provider...Jacob Lalonde
2024-06-28In `statistics dump --summary`, add back the `targets` section (#97004)royitaqi
2024-06-18[lldb] Add/change options in `statistics dump` to control what sections are d...royitaqi
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-21[lldb][test] Modernize assertEqual(value, bool) (#82526)Jordan Rupprecht
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2024-02-05Add commands frequency to statistics dump (#80375)jeffreytan81
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
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-09-28Track which modules have debug info variable errors.Greg Clayton
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
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
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 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-21Fix buildbots after https://reviews.llvm.org/D111686Greg Clayton
2021-10-21Modify "statistics dump" to dump JSON.Greg Clayton
2020-03-23[lldb] Mark expressions that couldn't be parsed or executed as failed express...Raphael Isemann
2020-03-17[lldb] Tighten checks in TestStats.pyRaphael Isemann
2020-03-06[lldb][NFC] Make TestStats.py not an inline testRaphael Isemann
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht