Searched refs:compileTimeMs (Results 1 – 3 of 3) sorted by relevance
425 const float compileTimeMs = static_cast<float>(timeAfter - timeBefore) / 1.0E6; in primeShaderCache() local427 ALOGD("Shader cache generated %d shaders in %f ms\n", shadersCompiled, compileTimeMs); in primeShaderCache()
157 float compileTimeMs = static_cast<float>(timeAfter - timeBefore) / 1.0E6; in primeCache() local158 ALOGD("shader cache generated - %u shaders in %f ms\n", shaderCount, compileTimeMs); in primeCache()