HomeSort by relevance Sort by last modified time
    Searched refs:TimeStatsHelper (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
TimeStatsHelper.cpp 17 #include <timestatsproto/TimeStatsHelper.h>
38 void TimeStatsHelper::Histogram::insert(int32_t delta) {
49 float TimeStatsHelper::Histogram::averageTime() const {
59 std::string TimeStatsHelper::Histogram::toString() const {
70 std::string TimeStatsHelper::TimeStatsLayer::toString() const {
89 std::string TimeStatsHelper::TimeStatsGlobal::toString(std::optional<uint32_t> maxLayers) const {
105 SFTimeStatsLayerProto TimeStatsHelper::TimeStatsLayer::toProto() const {
124 SFTimeStatsGlobalProto TimeStatsHelper::TimeStatsGlobal::toProto(
140 std::vector<TimeStatsHelper::TimeStatsLayer const*>
141 TimeStatsHelper::TimeStatsGlobal::generateDumpStats(std::optional<uint32_t> maxLayers) const
    [all...]
  /frameworks/native/services/surfaceflinger/TimeStats/
TimeStats.h 19 #include <timestatsproto/TimeStatsHelper.h>
98 TimeStatsHelper::TimeStatsGlobal timeStats;
TimeStats.cpp 183 TimeStatsHelper::TimeStatsLayer& timeStatsLayer = timeStats.stats[layerName];
  /frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
TimeStatsHelper.h 28 class TimeStatsHelper {

Completed in 1925 milliseconds