MIF_E31222691/laravel/profiling
Jesse O'Brien 7193f29240 Added profile timers
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){});
2012-08-17 16:22:12 -04:00
..
profiler.css fixed a conflict with .hidden class when using twitter bootstrap and made animation smoother 2012-05-22 23:33:02 -04:00
profiler.js fixed a conflict with .hidden class when using twitter bootstrap and made animation smoother 2012-05-22 23:33:02 -04:00
profiler.php Added profile timers 2012-08-17 16:22:12 -04:00
template.blade.php Added profile timers 2012-08-17 16:22:12 -04:00