You are here

public function OpCacheDataModel::getHumanWastedMemory in Production check & Production monitor 6

Same name and namespace in other branches
  1. 7 includes/prod_check.opcache.inc \OpCacheDataModel::getHumanWastedMemory()

File

includes/prod_check.opcache.inc, line 206

Class

OpCacheDataModel

Code

public function getHumanWastedMemory() {
  return $this
    ->_size_for_humans($this
    ->getWastedMemory());
}