After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 619515 - [perf] add tweener.framePrepareStart/Done events
[perf] add tweener.framePrepareStart/Done events
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-05-24 13:56 UTC by Owen Taylor
Modified: 2010-05-26 19:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[perf] add tweener.framePrepareStart/Done events (2.04 KB, patch)
2010-05-24 13:56 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2010-05-24 13:56:08 UTC
Add events when we start preparing a frame and finish preparing
a frame. (In addition to measuring property-updating overhead, this allows
us to see the interval between finishing preparing a frame and starting
painting the frame, which is the relayout time.)
Comment 1 Owen Taylor 2010-05-24 13:56:10 UTC
Created attachment 161862 [details] [review]
[perf] add tweener.framePrepareStart/Done events
Comment 2 drago01 2010-05-26 15:08:02 UTC
Review of attachment 161862 [details] [review]:

Looks good.
Comment 3 Owen Taylor 2010-05-26 19:38:55 UTC
Attachment 161862 [details] pushed as 07cfb8d - [perf] add tweener.framePrepareStart/Done events