Skip to content

Commit

Permalink
Update startup.php
Browse files Browse the repository at this point in the history
disable profiling code
  • Loading branch information
bitslip6 authored Dec 30, 2020
1 parent 35becff commit 9bfbaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startup.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php declare(strict_types=1);
namespace BitFire;

\tideways_enable(TIDEWAYS_FLAGS_MEMORY | TIDEWAYS_FLAGS_CPU);
//\tideways_enable(TIDEWAYS_FLAGS_MEMORY | TIDEWAYS_FLAGS_CPU);

// system root paths and timing
$m0 = microtime(true);
Expand Down

0 comments on commit 9bfbaa8

Please sign in to comment.