History log of /frameworks/native/include/gui/OccupancyTracker.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0ed088bd90c4e9ae5a92047319c3932b2aa78ddf 01-Oct-2016 Colin Cross <ccross@android.com> Fix constructor parameters shadowing member variables

Using the same name for the constructor parameter and the member
variable causes a warning that was being hidden by the use of -isystem
to include frameworks/native/include. Prefix the parameter with an
underscore.

Bug: 31752268
Test: m -j
Change-Id: I60c7dc388999bafbb97cb42f5e0af5361df68d56
/frameworks/native/include/gui/OccupancyTracker.h
e77c7669bee30b7c0099172cf0c38cef92412040 13-May-2016 Dan Stoza <stoza@google.com> BufferQueue/SF: Add OccupancyTracker

Adds an OccupancyTracker to BufferQueue. This module keeps track of
how many buffers are in the queue over time, which, in combination
with various aggregation of these statistics, allows SurfaceFlinger
to report what fraction of the time a given layer was double- or
triple-buffered.

Change-Id: Ida6e967dc5483c00a633e9fe03998e420dd88502
/frameworks/native/include/gui/OccupancyTracker.h