Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Amazon
Runtime
Internal
Util
Timing
C# Class Amazon.Runtime.Internal.Util.Timing
Timing information for a metric
ファイルを表示
Open project: scopely/aws-sdk-net
Class Usage Examples
Public Methods
Method
Description
Stop
(
long
currentTime
) :
void
Stops timing
Timing
( ) :
System
Empty, stopped timing object
Timing
(
long
currentTime
) :
System
Timing object in a started state
Method Details
Stop()
public
method
Stops timing
public
Stop
(
long
currentTime
) :
void
currentTime
long
return
void
Timing()
public
method
Empty, stopped timing object
public
Timing
( ) :
System
return
System
Timing()
public
method
Timing object in a started state
public
Timing
(
long
currentTime
) :
System
currentTime
long
return
System