mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-profile: change state on stop
We will need some more checks in here later on once we're doing things with the instruments, but this gets the job done for now.
This commit is contained in:
@ -226,6 +226,7 @@ sysprof_recording_stop (SysprofRecording *self)
|
||||
{
|
||||
g_return_if_fail (SYSPROF_IS_RECORDING (self));
|
||||
|
||||
sysprof_recording_set_state (self, SYSPROF_RECORDING_STATE_FINISHED);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user