C# Class PowerArgs.Cli.CliProfiler

Inheritance: ObservableObject
Show file Open project: adamabdelhamed/PowerArgs

Public Methods

Method Description
AddTimeSample ( string key, System.TimeSpan elapsed ) : void
Dump ( string file ) : void

Private Methods

Method Description
CliProfiler ( ) : System

Method Details

AddTimeSample() public method

public AddTimeSample ( string key, System.TimeSpan elapsed ) : void
key string
elapsed System.TimeSpan
return void

Dump() public method

public Dump ( string file ) : void
file string
return void