Table of Contents

Struct TestCase

Namespace
FrameOfReference.Presentation
Assembly
FrameOfReference.Presentation.dll

A specific test-case (with target and graphics settings) to profile.

public struct TestCase
Inherited Members
Extension Methods

Fields

AntiAliasing

Run this test-case with 2x anti-aliasing.

public bool AntiAliasing

Field Value

bool

AverageFps

The average "frames per second".

public float AverageFps

Field Value

float

AverageFrameMs

The average "milliseconds per frames".

public float AverageFrameMs

Field Value

float

GraphicsSettings

Boolean flags for Graphics.

public TestGraphicsSettings GraphicsSettings

Field Value

TestGraphicsSettings

HighRes

Run this test-case with twice the default benchmark resolution.

public bool HighRes

Field Value

bool

ParticleSystemQuality

The quality of CPU-based particle systems.

public Quality ParticleSystemQuality

Field Value

Quality

Screenshot

Create a screenshot of the rendering of this test-case?

public bool Screenshot

Field Value

bool

Target

The camera settings to use.

public BenchmarkPoint<Vector2> Target

Field Value

BenchmarkPoint<Vector2>

TestGraphicsSettingsUpperBound

The exclusive upper bound for values valid for GraphicsSettings.

public const int TestGraphicsSettingsUpperBound = 8

Field Value

int

WaterEffects

What kind of effects to display on water (e.g. reflections).

public WaterEffectsType WaterEffects

Field Value

WaterEffectsType