OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:threadstats
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java
186
final ArrayList<Stats>
threadStats
;
249
threadStats
= new ArrayList<Stats>();
252
threadStats
= null;
263
threadStats
= null;
462
if (st.
threadStats
!= null) {
464
mCurThreadPids, st.
threadStats
);
533
if (st.
threadStats
!= null) {
535
mCurThreadPids, st.
threadStats
);
672
if (stats.
threadStats
!= null && stats.
threadStats
.size() > 1)
[
all
...]
/external/google-benchmark/src/
benchmark.cc
118
struct
ThreadStats
{
119
ThreadStats
() : bytes_processed(0), items_processed(0) {}
601
ThreadStats
* total) EXCLUDES(GetBenchmarkLock()) {
639
ThreadStats
total;
/external/fio/
stat.c
1191
struct thread_stat *
threadstats
, *ts;
local
[
all
...]
Completed in 1006 milliseconds