Home › In typical game-loop profiling terminology, a FR…
In typical game-loop profiling terminology, a FRAME BUDGET at 60 FPS is approximately how many ms?
A240 ms only
B1 ms only
C16.67 ms
D100 ms only
Answer & Solution
Correct answer: C. 16.67 ms
Standard CG: 1 sec / 60 frames = 16.67 ms per frame for CPU + GPU work combined. 30 FPS = 33.3 ms; 120 FPS = 8.3 ms.
Related questions
In rendering optimisation, BATCHING multiple draw calls into one is most effective when obIn CPU profiling, FALSE SHARING (cache-line ping-pong) between threads is best fixed by whIn rendering optimisation, FRUSTUM CULLING and OCCLUSION CULLING both skip work; the latteIn texture sampling, MIPMAPS reduce which artifact and at what storage cost?In modern GPU rendering, EARLY-Z (or 'Hi-Z') optimisation rejects fragments before which sIn GPU profiling, 'OVERDRAW' refers to which phenomenon?Per Unity Profiler docs, the Profiler's 'GC ALLOC' counter measures which?In game engine optimisation, an ECS (Entity Component System) typically organises componen