mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user