Home
last modified time | relevance | path

Searched refs:fg_bytes (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tools/watchdog/parser/
Dperf_stats_proto_utils.py88 fg_bytes=package_storage_io_read_stats.fg_bytes,
106 fg_bytes=package_storage_io_write_stats.fg_bytes,
Dcarwatchdog_dump_parser.py221 fg_bytes, argument
232 self.fg_bytes = fg_bytes
249 stats_pb.fg_bytes,
264 "fg_bytes": self.fg_bytes,
283 self.fg_bytes,
Dperformancestats.proto94 optional int64 fg_bytes = 3; field
/packages/services/Car/service/proto/android/car/watchdog/
Dperformance_stats.proto92 optional int64 fg_bytes = 1;
/packages/services/Car/cpp/watchdog/server/tests/
DPerformanceProfilerTest.cpp901 return ExplainMatchResult(AllOf(Property("fg_bytes", &StorageIoStats::fg_bytes, fgBytes),