mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
capture: update stats for marks
This commit is contained in:
@ -572,6 +572,8 @@ sp_capture_writer_add_mark (SpCaptureWriter *self,
|
||||
memcpy (ev->name, name, sizeof ev->name);
|
||||
memcpy (ev->message, message, message_len);
|
||||
|
||||
self->stat.frame_count[SP_CAPTURE_FRAME_MARK]++;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user