Skip to content

Instantly share code, notes, and snippets.

View greevex's full-sized avatar

Gregory Ostrovsky greevex

View GitHub Profile
class profiler
{
private static $instance;
private static $internalCounter = 0;
private $timing = [
'pending' => [],
'results' => [],
];
<?php
/**
* @author greevex
* @date : 8/10/16 7:48 PM
*/
class CLD2Detector
{
public function __construct()