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:
Damien Lespiau 2011-07-11 01:42:59 +01:00
parent a9ef7dd812
commit c17ddfd6a9

View File

@ -342,13 +342,13 @@ clutter_stage_cogl_redraw (ClutterStageWindow *stage_window)
0 /* no application private data */);
CLUTTER_STATIC_TIMER (swapbuffers_timer,
"Redrawing", /* parent */
"eglSwapBuffers",
"The time spent blocked by eglSwapBuffers",
"SwapBuffers",
"The time spent blocked by SwapBuffers",
0 /* no application private data */);
CLUTTER_STATIC_TIMER (blit_sub_buffer_timer,
"Redrawing", /* parent */
"egl_blit_sub_buffer",
"The time spent in _egl_blit_sub_buffer",
"blit_sub_buffer",
"The time spent in blit_sub_buffer",
0 /* no application private data */);
#ifdef COGL_HAS_X11_SUPPORT