forked from AuroraMiddleware/gtk
gl: Disambiguate profiler marks
"render" was used for both GL and widgets. Oops.
This commit is contained in:
parent
fea42def61
commit
1565f597c8
@ -3485,7 +3485,7 @@ gsk_gl_renderer_do_render (GskRenderer *renderer,
|
|||||||
gsk_profiler_push_samples (profiler);
|
gsk_profiler_push_samples (profiler);
|
||||||
|
|
||||||
if (gdk_profiler_is_running ())
|
if (gdk_profiler_is_running ())
|
||||||
gdk_profiler_add_mark (start_time, cpu_time, "render", "");
|
gdk_profiler_add_mark (start_time, cpu_time, "GL render", "");
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user