C# Class Amazon.Runtime.Internal.Util.Timing

Timing information for a metric
Afficher le fichier Open project: scopely/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Stops timing
public Stop ( long currentTime ) : void
currentTime long
Résultat void

Timing() public méthode

Empty, stopped timing object
public Timing ( ) : System
Résultat System

Timing() public méthode

Timing object in a started state
public Timing ( long currentTime ) : System
currentTime long
Résultat System