Public Class PerformanceTestEngine Inherits System.Object
public class PerformanceTestEngine : System.Object
Name | Description | |
---|---|---|
Start | Method starts the default Stop Watch | |
Start(System.String) | Method starts a Stopwatch with a given name | |
Stop | Stop the standart-function Stopwatch | |
Stop(System.String) | Stop a Stop Watch function with a given name |
Name | Description | |
---|---|---|
DefaultPerfName | Default Name Stop Watch |