Searched refs:kTimeCompileMethod (Results 1 - 1 of 1) sorted by relevance

/art/compiler/driver/
H A Dcompiler_driver.cc69 static constexpr bool kTimeCompileMethod = !kIsDebugBuild; member in namespace:art
2100 uint64_t start_ns = kTimeCompileMethod ? NanoTime() : 0;
2135 if (kTimeCompileMethod) {

Completed in 19 milliseconds