[Lldb-commits] [lldb] [LLDB] Add load core time to target metrics (PR #161581)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 1 15:39:59 PDT 2025


================
@@ -418,7 +418,11 @@ class CommandObjectTargetCreate : public CommandObjectParsed {
         if (process_sp) {
           // Seems weird that we Launch a core file, but that is what we
           // do!
-          error = process_sp->LoadCore();
+          {
+            ElapsedTime loadCoreTime(
----------------
JDevlieghere wrote:

```suggestion
            ElapsedTime load_core_time(
```

https://github.com/llvm/llvm-project/pull/161581


More information about the lldb-commits mailing list