Home
last modified time | relevance | path

Searched refs:dump_gc_performance_on_shutdown_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.cc198 dump_gc_performance_on_shutdown_(false), in Runtime()
231 if (dump_gc_performance_on_shutdown_) { in ~Runtime()
1022 dump_gc_performance_on_shutdown_ = runtime_options.Exists(Opt::DumpGCPerformanceOnShutdown); in Init()
Druntime.h795 bool dump_gc_performance_on_shutdown_; variable