API ReferenceSandbox.Modals

BenchmarkTestSummaryclass

Display-ready summary of a single benchmark test, passed to IModalSystem.BenchmarkResults.

objectBenchmarkTestSummary
Namespace
Sandbox.Modals
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.Modals.BenchmarkTestSummary

Properties7

Showing 7 properties

public double Sandbox.Modals.BenchmarkTestSummary.AvgFrameTimeMs { get; set; }PUBLICGETSET

Returns:double

public double Sandbox.Modals.BenchmarkTestSummary.AvgGpuFrametimeMs { get; set; }PUBLICGETSET

Returns:double

public double Sandbox.Modals.BenchmarkTestSummary.DurationSeconds { get; set; }PUBLICGETSET

Returns:double

public double Sandbox.Modals.BenchmarkTestSummary.OnePercentLowMs { get; set; }PUBLICGETSET

P99 frame time — time exceeded by 1% of frames.

Returns:double

public double Sandbox.Modals.BenchmarkTestSummary.Stuttering { get; set; }PUBLICGETSET

Returns:double

On this page