add count of items to profiler so we can get a running average

This commit is contained in:
friendica 2013-02-09 02:56:45 -08:00
parent 55df911403
commit 6d73e5c0a6

View file

@ -719,7 +719,7 @@ function network_content(&$a, $update = 0, $load = false) {
profiler($fourth,$fifth,'network sort');
profiler($fifth,$sixth,'network render');
profiler($start,$sixth,'network total');
profiler(1,1,'--');
profiler(1,1,'-- ' . count($items));
}
return $o;