[all-commits] [llvm/llvm-project] dbd36e: Add the stop count to "statistics dump" in each ta...

Greg Clayton via All-commits all-commits at lists.llvm.org
Mon Nov 15 18:59:24 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dbd36e1e9f16059f1be1d15f8549a6e538906679
      https://github.com/llvm/llvm-project/commit/dbd36e1e9f16059f1be1d15f8549a6e538906679
  Author: Greg Clayton <gclayton at fb.com>
  Date:   2021-11-15 (Mon, 15 Nov 2021)

  Changed paths:
    M lldb/source/Target/Statistics.cpp
    M lldb/test/API/commands/statistics/basic/TestStats.py

  Log Message:
  -----------
  Add the stop count to "statistics dump" in each target's dictionary.

It is great to know how many times the target has stopped over its lifetime as each time the target stops, and possibly resumes without the user seeing it for things like shared library loading and signals that are not notified and auto continued, to help explain why a debug session might be slow. This is now included as "stopCount" inside each target JSON.

Differential Revision: https://reviews.llvm.org/D113810




More information about the All-commits mailing list