OmegaEngine API  1.0.3
Static Public Member Functions | Properties | List of all members
OmegaEngine.Profiler Class Reference

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

Static Public Member Functions

static void AddEvent (string name)
 Adds a non-timed profiler event. More...
 

Properties

static Query DeviceQuery [get, set]
 The current D3D device query to use for controlling the command buffer. More...
 

Detailed Description

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

Member Function Documentation

◆ AddEvent()

static void OmegaEngine.Profiler.AddEvent ( string  name)
inlinestatic

Adds a non-timed profiler event.

Parameters
nameTe name of the event.

Property Documentation

◆ DeviceQuery

Query OmegaEngine.Profiler.DeviceQuery
staticgetset

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


The documentation for this class was generated from the following file: