Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Main/
DConfig.cpp32 framesTotal = 0; in reset()
78 framesTotal += framesSec; in nextFrame()
DConfig.hpp52 int framesTotal; member
DSwiftConfig.cpp469 html += "<p>Frame: " + itoa(profiler.framesTotal) + "</p>\n"; in profile()
489 …double averageRopOperations = profiler.ropOperationsTotal / std::max(profiler.framesTotal, 1) / 1.… in profile()
490 …double averageCompressedTex = profiler.compressedTexTotal / std::max(profiler.framesTotal, 1) / 1.… in profile()
491 …double averageTexOperations = profiler.texOperationsTotal / std::max(profiler.framesTotal, 1) / 1.… in profile()