From 6d73e5c0a6b3bd8f60dbd1a71f77e6dd01028a7e Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 9 Feb 2013 02:56:45 -0800 Subject: add count of items to profiler so we can get a running average --- mod/network.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/network.php') diff --git a/mod/network.php b/mod/network.php index a0c55d852..127e7da7f 100644 --- a/mod/network.php +++ b/mod/network.php @@ -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; -- cgit v1.2.3