Home
last modified time | relevance | path

Searched refs:StatsKeeper (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dstats_keeper.cpp65 void StatsKeeper::GetLastCompositionStats(CompositionStats* stats_p) { in GetLastCompositionStats()
84 StatsKeeper::StatsKeeper(TimeDifference timespan, int64_t vsync_base, in StatsKeeper() function in cuttlefish::StatsKeeper
100 StatsKeeper::~StatsKeeper() {} in ~StatsKeeper()
102 void StatsKeeper::RecordPrepareStart(int num_layers) { in RecordPrepareStart()
117 void StatsKeeper::RecordPrepareEnd(int num_hwcomposited_layers) { in RecordPrepareEnd()
122 void StatsKeeper::RecordSetStart() { in RecordSetStart()
126 void StatsKeeper::RecordSetEnd() { in RecordSetEnd()
190 void StatsKeeper::SynchronizedDump(char* buffer, int buffer_size) const { in SynchronizedDump()
Dstats_keeper.h79 class StatsKeeper {
83 StatsKeeper(cuttlefish::time::TimeDifference timespan, int64_t vsync_base,
85 StatsKeeper();
86 ~StatsKeeper();
221 StatsKeeper stats_keeper_;