getMemory() public static method

Get usage memory
public static getMemory ( boolean $isPeak = true ) : string
$isPeak boolean
return string
Example #1
0
 public function testGetMemory()
 {
     isTrue(Sys::getMemory());
     isTrue(Sys::getMemory(true));
     isTrue(Sys::getMemory(false));
 }