libsysprof-gtk: rename depth layer to column layer

I would like this to eventually be a bit more re-usable for XYSeries and
more than just "stack depth" for the traceables.
This commit is contained in:
Christian Hergert
2023-06-20 14:30:03 -07:00
parent b40be19530
commit faf2303015
5 changed files with 88 additions and 86 deletions

View File

@ -167,7 +167,7 @@ main (int argc,
"activate-layer-item",
G_CALLBACK (activate_layer_item_cb),
document);
layer = g_object_new (SYSPROF_TYPE_DEPTH_LAYER,
layer = g_object_new (SYSPROF_TYPE_COLUMN_LAYER,
"series", samples_series,
"title", "Stack Depth",
NULL);