C# Class SharpVectors.PerfTest.PerfTest

Show file Open project: codebutler/savagesvg Class Usage Examples

Public Methods

Method Description
PerfTest ( ) : System
Run ( string url, int repeats ) : void

Private Methods

Method Description
Main ( string args ) : void
singleRun ( string filePath, bool saveLocal, bool saveImage ) : int

Method Details

PerfTest() public method

public PerfTest ( ) : System
return System

Run() public method

public Run ( string url, int repeats ) : void
url string
repeats int
return void