C# Class Halak.JValueDev.Program

Show file Open project: halak/jvalue

Public Methods

Method Description
Benchmark ( string name, System.Action action, int count = 100000 ) : long

Private Methods

Method Description
BasicArrayTest1 ( ) : void
BasicObjectTest1 ( ) : void
BasicObjectTest2 ( ) : void
DJValueTest ( ) : void
Main ( string args ) : void
MechanismTest ( ) : void
ParseDoubleTest ( ) : void
ParseIntTest ( ) : void
ParseNumberTest ( ) : void
PerformanceTest_IsInteger ( ) : void
PerformanceTest_IsInteger ( string test, int startIndex, int length ) : void
PerformanceTest_ParseDouble ( ) : void
PerformanceTest_ParseFloat ( ) : void
PerformanceTest_ParseInt ( ) : void
SimpleTest ( ) : void

Method Details

Benchmark() public static method

public static Benchmark ( string name, System.Action action, int count = 100000 ) : long
name string
action System.Action
count int
return long