Searched defs:activeTime (Results 1 – 2 of 2) sorted by relevance
101 private long[] activeTime; field in NetworkStatsHistory110 public NetworkStatsHistory(long bucketDuration, long[] bucketStart, long[] activeTime, in NetworkStatsHistory()140 public long activeTime; field in NetworkStatsHistory.Entry176 public Entry(long bucketStart, long activeTime, long rxBytes, in Entry()1192 final long[] activeTime = new long[size]; in build() local
128 def __init__(self, coreId, activeTime, idleTime): argument