Namespace: DeltaEngine.Profiling.Tests
Assembly: DeltaEngine.Profiling.Tests (in DeltaEngine.Profiling.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: DeltaEngine.Profiling.Tests (in DeltaEngine.Profiling.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test] public void ChangeResetInterval() { var profiler = new CodeProfiler(5, 10); Assert.AreEqual(10, profiler.ResetInterval); profiler.ResetInterval = 2; Assert.AreEqual(2, profiler.ResetInterval); }
See Also