Searched refs:freq (Results 1 - 2 of 2) sorted by relevance

/system/extras/cpustats/
H A Dcpustats.c39 unsigned freq; member in struct:freq_info
121 // Read stats without aggregating freq stats in the total cpu
132 // Read stats again with aggregating freq stats in the total cpu
214 long unsigned freq; local
221 freq = 0;
222 fscanf(file, "%lu %*d\n", &freq);
223 if (freq) count++;
224 } while(freq);
271 fscanf(file, "%u %lu\n", &new_cpus[cpu].freqs[i].freq,
274 new_total_cpu.freqs[i].freq
[all...]
/system/extras/tests/memtest/
H A Dmemtest.cpp708 const float freq = t ? (1000.0f*float(REPEAT)*LOOP_CYCLES) / t : 0; local
709 printf("this CPU frequency: %ld MHz\n", long(freq+0.5f));

Completed in 128 milliseconds