Method | Description | |
---|---|---|
OperationTimer ( System.Action action, bool gabageCollect = false ) : double |
지정된 함수를 수행하는데 걸리는 시간 (msec)을 검사한다.
|
Method | Description | |
---|---|---|
GabageCollect ( ) : void |
성능 검사를 하기 위해서는 메모리 청소를 먼저 수행해야 한다.
|
public static OperationTimer ( System.Action action, bool gabageCollect = false ) : double | ||
action | System.Action | 시간 측정이 필요한 함수 |
gabageCollect | bool | 시간측정을 더 정밀하게 하기 위해 GabageCollect()를 수행하고 할 것인가? |
return | double |