Skip to content

trace: Add time and stack level to JSON output format

Frank Winklmeier requested to merge fwinkl/cmake:trace_json_timestamp into master

Add the timestamp and stack depth of the function call to the JSON trace output format. This information can be useful for cmake profiling and call stack inspection (see e.g. https://github.com/volo-zyko/cmake-profile-stats).

Relates to !4102 (merged) from @mensinda.

Edited by Frank Winklmeier

Merge request reports