瀏覽代碼

[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.