mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 08:00:53 +00:00
sysprof-agent: improve messaging a bit
This commit is contained in:
@ -342,6 +342,9 @@ subprocess_finished_cb (SysprofLocalProfiler *profiler,
|
|||||||
subprocess_finished = TRUE;
|
subprocess_finished = TRUE;
|
||||||
|
|
||||||
message ("Process %s exited", subprocess_ident);
|
message ("Process %s exited", subprocess_ident);
|
||||||
|
|
||||||
|
if (decode)
|
||||||
|
message ("Extracting symbols and attaching to capture");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@ -641,7 +644,7 @@ main (int argc,
|
|||||||
g_main_loop_run (main_loop);
|
g_main_loop_run (main_loop);
|
||||||
|
|
||||||
/* Notify that some more work needs to proceed */
|
/* Notify that some more work needs to proceed */
|
||||||
message ("Extracting callgraph symbols");
|
message ("Completing symbol extraction");
|
||||||
|
|
||||||
/* Let anything in-flight finish */
|
/* Let anything in-flight finish */
|
||||||
main_context = g_main_loop_get_context (main_loop);
|
main_context = g_main_loop_get_context (main_loop);
|
||||||
|
|||||||
Reference in New Issue
Block a user