Class BenchmarkTimer
- Namespace
- VoxelPlayground.Utility
- Assembly
- GamePlay.dll
public class BenchmarkTimer
- Inheritance
-
objectBenchmarkTimer
Constructors
BenchmarkTimer(string)
public BenchmarkTimer(string msg = null)
Parameters
msgstring
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