• Jesse O'Brien's avatar
    Added profile timers · 7193f292
    Jesse O'Brien authored
    Track the running time of a function
    Profiler::time(function(){});
    Profiler::time(function(){}, 'name');
    
    Track a stopwatch style timer throughout your app
    Profiler::tick('name');
    Profiler::tick('name', function($timer){});
    7193f292
profiler.php 4.79 KB