Searched refs:framesTotal (Results 1 – 5 of 5) sorted by relevance
31 framesTotal = 0; in reset()48 framesTotal += framesSec; in nextFrame()
42 int framesTotal; member
32 framesTotal = 0; in reset()78 framesTotal += framesSec; in nextFrame()
54 int framesTotal; member
469 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()