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

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

Completed in 22 milliseconds