OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clean_count
(Results
1 - 1
of
1
) sorted by null
/art/profman/
boot_image_profile.cc
48
size_t
clean_count
= 0;
local
109
++(is_clean ?
clean_count
: dirty_count);
134
<< " total clean " <<
clean_count
<< " total dirty " << dirty_count;
Completed in 159 milliseconds