소스 검색

[eval] fixed eval.luv.Resource.residentSetMemory()

Aleksandr Kuzmenko 4 년 전
부모
커밋
6c2da0b8e6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      std/eval/luv/Resource.hx

+ 1 - 1
std/eval/luv/Resource.hx

@@ -68,7 +68,7 @@ extern class Resource {
 	/**
 		Evaluates to the resident set size for the current process.
 	**/
-	static function residentSetMemory(pid:Int):Result<UInt64>;
+	static function residentSetMemory():Result<UInt64>;
 
 	/**
 		Gets the resource usage measures for the current process.