uprof: Rename timers to remove the EGL specific bits
Cogl abstracts the winsys, Remove the egl prefix from the timer names. https://bugzilla.gnome.org/show_bug.cgi?id=654361
This commit is contained in:
parent
a9ef7dd812
commit
c17ddfd6a9
@ -342,13 +342,13 @@ clutter_stage_cogl_redraw (ClutterStageWindow *stage_window)
|
|||||||
0 /* no application private data */);
|
0 /* no application private data */);
|
||||||
CLUTTER_STATIC_TIMER (swapbuffers_timer,
|
CLUTTER_STATIC_TIMER (swapbuffers_timer,
|
||||||
"Redrawing", /* parent */
|
"Redrawing", /* parent */
|
||||||
"eglSwapBuffers",
|
"SwapBuffers",
|
||||||
"The time spent blocked by eglSwapBuffers",
|
"The time spent blocked by SwapBuffers",
|
||||||
0 /* no application private data */);
|
0 /* no application private data */);
|
||||||
CLUTTER_STATIC_TIMER (blit_sub_buffer_timer,
|
CLUTTER_STATIC_TIMER (blit_sub_buffer_timer,
|
||||||
"Redrawing", /* parent */
|
"Redrawing", /* parent */
|
||||||
"egl_blit_sub_buffer",
|
"blit_sub_buffer",
|
||||||
"The time spent in _egl_blit_sub_buffer",
|
"The time spent in blit_sub_buffer",
|
||||||
0 /* no application private data */);
|
0 /* no application private data */);
|
||||||
|
|
||||||
#ifdef COGL_HAS_X11_SUPPORT
|
#ifdef COGL_HAS_X11_SUPPORT
|
||||||
|
Loading…
Reference in New Issue
Block a user