Skip to content

inspector: Add measure graph

Benjamin Otte requested to merge wip/otte/inspector into main

Generates a graph visualizing calls to gtk_widget_measure().

Generation of the graph can be slow - like when it forces Pango to wrap a huge label 1000s of times.

You can dnd the graph to look at it closer or to impress people in gitlab issues.

Merge request reports