OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultLongPauseLogThreshold
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/
heap.h
139
static constexpr size_t
kDefaultLongPauseLogThreshold
= MsToNs(5);
[
all
...]
/art/runtime/
parsed_options.cc
242
long_pause_log_threshold_ = gc::Heap::
kDefaultLongPauseLogThreshold
;
[
all
...]
Completed in 46 milliseconds