fixup! Add gdk_profiler_add_markf() to do printf formating

This commit is contained in:
Alexander Larsson 2020-02-12 10:11:53 +01:00
parent 8a1c51db1c
commit 685fd3c33d

View File

@ -226,6 +226,15 @@ gdk_profiler_add_mark (gint64 start,
{
}
void
gdk_profiler_add_markf (gint64 start,
guint64 duration,
const char *name,
const char *format,
...)
{
}
guint
gdk_profiler_define_counter (const char *name,
const char *description)