Home
last modified time | relevance | path

Searched defs:Stats (Results 1 – 2 of 2) sorted by relevance

/system/extras/boottime_tools/bootio/
Dbootio_collector.cpp230 struct Stats { struct
231 int uptime;
232 float cpu;
233 uint64_t rbytes;
234 uint64_t wbytes;
/system/core/trusty/stats/test/
Dstats_test.cpp86 class Stats : public BnStats { class
88 Stats() : BnStats() {} in Stats() function in android::trusty::stats::Stats