C# Class NSoft.NFramework.With

Show file Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
OperationTimer ( System.Action action, bool gabageCollect = false ) : double

지정된 함수를 수행하는데 걸리는 시간 (msec)을 검사한다.

Private Methods

Method Description
GabageCollect ( ) : void

성능 검사를 하기 위해서는 메모리 청소를 먼저 수행해야 한다.

Method Details

OperationTimer() public static method

지정된 함수를 수행하는데 걸리는 시간 (msec)을 검사한다.
public static OperationTimer ( System.Action action, bool gabageCollect = false ) : double
action System.Action 시간 측정이 필요한 함수
gabageCollect bool 시간측정을 더 정밀하게 하기 위해 GabageCollect()를 수행하고 할 것인가?
return double