Table of Contents

Class BenchmarkTimer

Namespace
VoxelPlayground.Utility
Assembly
GamePlay.dll
public class BenchmarkTimer
Inheritance
object
BenchmarkTimer

Constructors

BenchmarkTimer(string)

public BenchmarkTimer(string msg = null)

Parameters

msg string

Methods

Dispose()

public void Dispose()

Elapsed()

public TimeSpan Elapsed()

Returns

TimeSpan

~BenchmarkTimer()

protected ~BenchmarkTimer()

IsStopped()

public bool IsStopped()

Returns

bool

Stop()

public TimeSpan Stop()

Returns

TimeSpan