Table of Contents

Class Profiler

Namespace
OmegaEngine
Assembly
OmegaEngine.dll

Helper class with static functions to signal the beginnings and endings of performance profiling events. In Debug builds events are also passed to PIX.

public static class Profiler
Inheritance
Profiler
Inherited Members

Properties

DeviceQuery

The current D3D device query to use for controlling the command buffer.

public static Query? DeviceQuery { get; set; }

Property Value

Query

Methods

AddEvent(string)

Adds a non-timed profiler event.

[Conditional("DEBUG")]
public static void AddEvent(string name)

Parameters

name string

Te name of the event.