graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

Allow generating a map of section nesting in debug builds

Open lutter opened this issue 2 years ago • 0 comments

With this PR, debug builds (and only debug builds) pay attention to an environment variable GRAPH_SECTION_MAP which will make it print a list of the parent/child relations of stopwatch sections. That can then be turned into an image, e.g. with dot to visualize the nesting.

sections

lutter avatar Mar 13 '24 23:03 lutter