mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
tools: give some feedback about callgraph type
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user