Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
CommonLib
Utility
BenchmarkTimer
C# Class CommonLib.Utility.BenchmarkTimer
显示文件
Open project: jprichardson/CommonLib
Public Methods
Method
Description
Start
( ) :
void
Start
(
string
label
) :
void
Stop
( ) :
System.TimeSpan
StopAndOutput
( ) :
System.TimeSpan
Method Details
Start()
public
static
method
public
static
Start
( ) :
void
return
void
Start()
public
static
method
public
static
Start
(
string
label
) :
void
label
string
return
void
Stop()
public
static
method
public
static
Stop
( ) :
System.TimeSpan
return
System.TimeSpan
StopAndOutput()
public
static
method
public
static
StopAndOutput
( ) :
System.TimeSpan
return
System.TimeSpan