mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-profile: add recording session fiber
Setup instrument policy, preparation, etc.
This commit is contained in:
@ -79,7 +79,7 @@ sigint_handler (gpointer user_data)
|
||||
if (count == 0)
|
||||
{
|
||||
g_printerr ("%s\n", "Stopping profiler. Press twice more ^C to force exit.");
|
||||
sysprof_recording_stop (active_recording);
|
||||
sysprof_recording_stop_async (active_recording, NULL, NULL, NULL);
|
||||
}
|
||||
|
||||
count++;
|
||||
|
||||
Reference in New Issue
Block a user