Click or drag to resize
DigitalRuneHierarchicalProfilerNewFrame Method
Must be called when a new frame begins.

Namespace: DigitalRune.Diagnostics
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
[ConditionalAttribute("DIGITALRUNE_PROFILE")]
public void NewFrame()
Remarks
This method is usually called at the beginning of the main-loop of the game.
See Also