Searched defs:Stats (Results 1 – 3 of 3) sorted by relevance
49 struct Stats { struct50 uint64_t rxBytes;51 uint64_t rxPackets;52 uint64_t txBytes;53 uint64_t txPackets;54 uint64_t tcpRxPackets;55 uint64_t tcpTxPackets;
180 public static class Stats { class in ProcessCpuTracker241 Stats(int _pid, int parentPid, boolean includeThreads) { in Stats() method in ProcessCpuTracker.Stats
311 interface Stats { interface in ShortcutService