trace-line-end.rst 287 B

1234567
  1. trace-line-end
  2. --------------
  3. * Add the field ``line_end`` to the json-v1 trace format. This
  4. field tells you the line in file ``file`` at which the function
  5. call ends. Tools can use this new field, together with ``line``
  6. and ``file``, to map traces to lines of CMake source code.