Searched refs:framesTotal (Results 1 – 6 of 6) sorted by relevance
32 framesTotal = 0; in reset()78 framesTotal += framesSec; in nextFrame()
54 int framesTotal; member
468 html += "<p>Frame: " + itoa(profiler.framesTotal) + "</p>\n"; in profile()488 …double averageRopOperations = profiler.ropOperationsTotal / std::max(profiler.framesTotal, 1) / 1.… in profile()489 …double averageCompressedTex = profiler.compressedTexTotal / std::max(profiler.framesTotal, 1) / 1.… in profile()490 …double averageTexOperations = profiler.texOperationsTotal / std::max(profiler.framesTotal, 1) / 1.… in profile()