From 3ac8789cd5e43338c29716649dc5b77784e09e8c Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Wed, 24 Aug 2016 15:17:30 -0700 Subject: [PATCH] Regenerate display chart --- README.md | 16 ++++++++-------- inc/class-profile-command.php | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index a9228b2..9bdd398 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ performance indicators for audit. ``` $ wp profile -+------------+----------------+-------------+------------+------------+-----------+--------------+ -| scope | execution_time | query_count | query_time | hook_count | hook_time | memory_usage | -+------------+----------------+-------------+------------+------------+-----------+--------------+ -| bootstrap | 2.34255s | 15 | 0.00386s | 2835 | 0.11172s | 45mb | -| main_query | 0.01155s | 3 | 0.0004s | 78 | 0.00117s | 45.75mb | -| template | 0.32768s | 174 | 0.0174s | 7824 | 0.08106s | 49.25mb | -| total | 2.68269s | 192 | 0.02165s | 10737 | 0.19395s | 49.25mb | -+------------+----------------+-------------+------------+------------+-----------+--------------+ ++------------+----------------+-------------+------------+------------+-----------+ +| scope | execution_time | query_count | query_time | hook_count | hook_time | ++------------+----------------+-------------+------------+------------+-----------+ +| total | 2.6685s | 196 | 0.0274s | 10723 | 0.2173s | +| bootstrap | 2.2609s | 15 | 0.0037s | 2836 | 0.1166s | +| main_query | 0.0126s | 3 | 0.0004s | 78 | 0.0014s | +| template | 0.3941s | 178 | 0.0234s | 7809 | 0.0993s | ++------------+----------------+-------------+------------+------------+-----------+ ``` **OPTIONS** diff --git a/inc/class-profile-command.php b/inc/class-profile-command.php index 9093fd3..a91481f 100644 --- a/inc/class-profile-command.php +++ b/inc/class-profile-command.php @@ -20,14 +20,14 @@ class Profile_Command { * * ``` * $ wp profile - * +------------+----------------+-------------+------------+------------+-----------+--------------+ - * | scope | execution_time | query_count | query_time | hook_count | hook_time | memory_usage | - * +------------+----------------+-------------+------------+------------+-----------+--------------+ - * | bootstrap | 2.34255s | 15 | 0.00386s | 2835 | 0.11172s | 45mb | - * | main_query | 0.01155s | 3 | 0.0004s | 78 | 0.00117s | 45.75mb | - * | template | 0.32768s | 174 | 0.0174s | 7824 | 0.08106s | 49.25mb | - * | total | 2.68269s | 192 | 0.02165s | 10737 | 0.19395s | 49.25mb | - * +------------+----------------+-------------+------------+------------+-----------+--------------+ + * +------------+----------------+-------------+------------+------------+-----------+ + * | scope | execution_time | query_count | query_time | hook_count | hook_time | + * +------------+----------------+-------------+------------+------------+-----------+ + * | total | 2.6685s | 196 | 0.0274s | 10723 | 0.2173s | + * | bootstrap | 2.2609s | 15 | 0.0037s | 2836 | 0.1166s | + * | main_query | 0.0126s | 3 | 0.0004s | 78 | 0.0014s | + * | template | 0.3941s | 178 | 0.0234s | 7809 | 0.0993s | + * +------------+----------------+-------------+------------+------------+-----------+ * ``` * * ## OPTIONS