Home | History | Annotate | Download | only in os

Lines Matching defs:getCpuFreqTimes

732         public abstract long[] getCpuFreqTimes(int which);
746 public abstract long[] getCpuFreqTimes(int which, int procState);
4190 final long[] cpuFreqTimeMs = u.getCpuFreqTimes(which);
4213 final long[] timesMs = u.getCpuFreqTimes(which, procState);
5873 final long[] cpuFreqTimes = u.getCpuFreqTimes(which);
5893 final long[] cpuTimes = u.getCpuFreqTimes(which, procState);
7265 final long[] cpuFreqTimeMs = u.getCpuFreqTimes(which);
7286 final long[] timesMs = u.getCpuFreqTimes(which, procState);