mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
dump: print group name for mark
This commit is contained in:
@ -120,11 +120,12 @@ main (gint argc,
|
||||
const SpCaptureMark *mark = sp_capture_reader_read_mark (reader);
|
||||
|
||||
g_print ("MARK: pid=%d time=%"G_GINT64_FORMAT"\n"
|
||||
" group = %s\n"
|
||||
" name = %s\n"
|
||||
" duration = %"G_GUINT64_FORMAT"\n"
|
||||
" message = %s\n",
|
||||
mark->frame.pid, mark->frame.time,
|
||||
mark->name, mark->duration, mark->message);
|
||||
mark->group, mark->name, mark->duration, mark->message);
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user