Skip to content

Commit

Permalink
Add class ss_exec_time
Browse files Browse the repository at this point in the history
  • Loading branch information
Fariz Luqman committed Feb 15, 2017
1 parent 7017caf commit 829772c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Debugger.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ static private function microtime_diff($start)
* @since Method available since Release 0.1.0
*/
static function exec_time(){
echo ('<span style="display: table; margin: 0 auto;">Request takes '.(self::microtime_diff(SS_START) * 1000 ) . ' milliseconds</span>');
echo ('<span class="ss_exec_time" style="display: table; margin: 0 auto;">Request takes '.(self::microtime_diff(SS_START) * 1000 ) . ' milliseconds</span>');
}

static function startProfiling(){
Expand Down

0 comments on commit 829772c

Please sign in to comment.