1. 17 Aug, 2012 1 commit
    • Added profile timers · 7193f292
      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){});
      Jesse O'Brien committed
  2. 03 Aug, 2012 1 commit
  3. 07 Jul, 2012 1 commit
  4. 02 Jul, 2012 1 commit
  5. 25 Jun, 2012 1 commit
  6. 24 Jun, 2012 2 commits
  7. 06 Jun, 2012 2 commits
  8. 04 Apr, 2012 4 commits
  9. 03 Apr, 2012 1 commit