C# Class Bigio.BigArray.JITO.MeasureManager

Show file Open project: 80LevelElf/Bigio

Public Methods

Method Description
MeasureMethod ( MethodInfo method, object argumentArray ) : long
MeasureMethod ( object context, MethodInfo method, object argumentArray ) : long

Method Details

MeasureMethod() public static method

public static MeasureMethod ( MethodInfo method, object argumentArray ) : long
method System.Reflection.MethodInfo
argumentArray object
return long

MeasureMethod() public static method

public static MeasureMethod ( object context, MethodInfo method, object argumentArray ) : long
context object
method System.Reflection.MethodInfo
argumentArray object
return long