Logging memory usage
This commit is contained in:
parent
26b210ded9
commit
2bc8f6d403
2 changed files with 4 additions and 1 deletions
|
@ -287,6 +287,7 @@ class Application_Service_ShowService
|
|||
*/
|
||||
public function delegateInstanceCreation($daysAdded=null, $end=null, $fillInstances=false)
|
||||
{
|
||||
Logging::info(memory_get_usage()/(1024*1024));
|
||||
$populateUntil = $this->getPopulateShowUntilDateTIme();
|
||||
|
||||
if (is_null($this->ccShow)) {
|
||||
|
@ -367,6 +368,7 @@ class Application_Service_ShowService
|
|||
$this->ccShow, $this->linkedShowContent);
|
||||
}*/
|
||||
|
||||
Logging::info(memory_get_usage()/(1024*1024));
|
||||
return $this->ccShow;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue