Searched refs:StatsKeeper (Results 1 – 2 of 2) sorted by relevance
65 void StatsKeeper::GetLastCompositionStats(CompositionStats* stats_p) { in GetLastCompositionStats()84 StatsKeeper::StatsKeeper(TimeDifference timespan, int64_t vsync_base, in StatsKeeper() function in cuttlefish::StatsKeeper100 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()
79 class StatsKeeper {83 StatsKeeper(cuttlefish::time::TimeDifference timespan, int64_t vsync_base,85 StatsKeeper();86 ~StatsKeeper();221 StatsKeeper stats_keeper_;