Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler_options.h42 static constexpr uint32_t kDefaultMaxStackDepth = 3; variable
54 max_stack_depth_(kDefaultMaxStackDepth) {} in ProfilerOptions()