Skip to content

Instantly share code, notes, and snippets.

View phrazer's full-sized avatar

Luka Coder phrazer

View GitHub Profile
@fridge
fridge / tideways.php
Last active October 29, 2019 09:25
tideways
<?php
$profiling = true;
if ($profiling && extension_loaded('tideways')) {
tideways_enable(TIDEWAYS_FLAGS_NO_SPANS + TIDEWAYS_FLAGS_CPU + TIDEWAYS_FLAGS_MEMORY);
}