OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compileStartTime
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkSpirVAsm.cpp
54
const deUint64
compileStartTime
= deGetMicroseconds();
59
buildInfo->compileTimeUs = deGetMicroseconds() -
compileStartTime
;
vkGlslToSpirV.cpp
237
const deUint64
compileStartTime
= deGetMicroseconds();
244
shaderBuildInfo.compileTimeUs = deGetMicroseconds()-
compileStartTime
;
Completed in 207 milliseconds