tools: give some feedback about callgraph type

This commit is contained in:
Christian Hergert
2023-06-06 16:48:50 -07:00
parent f3ab23ed18
commit 434cc6ba22

View File

@ -454,7 +454,8 @@ main (int argc,
if (!(document = sysprof_document_loader_load (loader, NULL, &error)))
g_error ("Failed to load document: %s", error->message);
g_print ("Loaded and symbolized. Generating callgraph...\n");
g_print ("Loaded and symbolized. Generating callgraph of %s ...\n",
memprof ? "allocations" : "samples");
if (memprof)
model = sysprof_document_list_allocations (document);
else