Home
last modified time | relevance | path

Searched defs:StatsCollection (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/services/Car/service/proto/android/car/watchdog/
Dperformance_stats.proto26 optional StatsCollection boot_time_stats = 1; field
27 optional StatsCollection wake_up_stats = 2; field
29 optional StatsCollection last_n_minutes_stats = 4; field
30 optional StatsCollection custom_collection_stats = 5; field
36 message StatsCollection { message
45 optional StatsCollection user_switch_collection = 3; field
/aosp_15_r20/packages/services/Car/tools/watchdog/parser/
Dcarwatchdog_dump_parser.py295 class StatsCollection: class
414 def add(self, collection: StatsCollection) -> None:
Dperformancestats.proto104 message StatsCollection { message
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_fast_parsing_test.cc278 TEST(FastParse, StatsCollection) { in TEST() argument
/aosp_15_r20/external/webrtc/api/
H A Dlegacy_stats_types.cc783 StatsCollection::StatsCollection() {} in StatsCollection() function in webrtc::StatsCollection