Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimizing_compiler_stats.h146 uint32_t num_compilation_attempts = in Log() local
150 float compiled_percent = num_successful_compilations * 100.0f / num_compilation_attempts; in Log()
152 << num_compilation_attempts << " methods: " << std::fixed << std::setprecision(2) in Log()