Skip to content

Commit

Permalink
Correct plugin load time heading #87
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Mar 12, 2022
1 parent 7f36811 commit a3fa598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/oik-actions.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // (C) Copyright Bobbing Wide 2012-2016,2019,2020,2021
<?php // (C) Copyright Bobbing Wide 2012-2016,2019,2020,2021,2022
if ( !defined( 'OIK_OIK_BWTRACE_INCLUDES_INCLUDED' ) ) {
define( 'OIK_OIK_BWTRACE_INCLUDES_INCLUDED', true );

Expand Down Expand Up @@ -379,7 +379,7 @@ function bw_trace_plugin_loaded_report() {
//bw_trace2( $bw_trace_plugins_loaded_unkeyed, 'bw_trace_plugins_loaded_unkeyed', false);
$prev = $_SERVER['REQUEST_TIME_FLOAT'];
$accum = 0;
$output = "Plugin,Load time (msecs),$accum\n";
$output = "Plugin,Load time (secs),Accum\n";
foreach ( $bw_trace_plugins_loaded as $plugin => $time ) {
$plugin = bw_trace_file_part( $plugin );
$elapsed = $time - $prev;
Expand Down

0 comments on commit a3fa598

Please sign in to comment.