OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPauseBucketCount
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/collector/
garbage_collector.h
186
static constexpr size_t
kPauseBucketCount
= 32;
garbage_collector.cc
57
pause_histogram_((name_ + " paused").c_str(), kPauseBucketSize,
kPauseBucketCount
),
Completed in 113 milliseconds