trace-global-frame.rst 336 B

12345678
  1. trace-global-frame
  2. ------------------
  3. * Add the field ``global_frame`` to the json-v1 trace format. This
  4. frame tracks the depth of the call stack globally across all
  5. ``CMakeLists.txt`` files involved in the trace, and will let tools
  6. reconstruct stack traces that span from the top-level ``CMakeLists.txt``
  7. file of the project.