GNOME Bugzilla – Bug 765592
frametimings: reuse previous frame timing in common case
Last modified: 2016-04-26 13:06:27 UTC
Common code path, might as well remove the free/alloc in the common case.
Created attachment 326746 [details] [review] frametimings: reuse previous frame timing in common case Typically, there won't be any references on old frame timings except for the most recent timing. So instead of discarding these and re-entering gslice twice, just steal the old frame timing and reuse it.
Attachment 326746 [details] pushed as f27dd21 - frametimings: reuse previous frame timing in common case