Commit Graph

12 Commits

Author SHA1 Message Date
Taylor Otwell 7888309502 Merge pull request #1663 from neoascetic/anbu_fix
Fix bug in ANBU that cause wrong total time showing on SQL tab
2013-03-28 14:53:50 -07:00
Pavel Puchkin a2cafaa367 Fix bug in ANBU that cause wrong total time showing on Queries tab
When query time is larger than one second 'array_sum' cannot convert it
to float right. Also, it is better to fire 'laravel.query' event with
raw time as an argument rather than its string representation
2013-02-01 11:10:02 +11:00
Dan Rogers 4e8b452b66 Use $.noConflict in profiler to allow multiple jQuery versions.
Signed-off-by: Dan Rogers <dan.rogers@bkwld.com>
2013-01-03 15:04:45 -08:00
Dan Rogers f4dd93ad67 Allow custom profiler.js path, which makes jQuery dependency optional.
Signed-off-by: Dan Rogers <dan.rogers@bkwld.com>
2013-01-02 17:41:07 -08:00
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
Franz Liedke 94e9106b76 Display memory usage (and peak usage) in the profiler bar, too. 2012-07-02 03:42:43 +03:00
Franz Liedke bcd63ab5af We can be fairly sure the $time variable is set in the profiler view. 2012-06-25 14:56:42 +03:00
Franz Liedke c74123098b Render page generation time on anbu profiler console. 2012-06-24 21:27:57 +03:00
Taylor Otwell fe36d7fdfb Added total SQL execution time to profiler.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-04-04 17:08:16 -05:00
Dayle Rees ad57ae4fdf jquery loading and css fixes 2012-04-04 18:25:29 +01:00
Taylor Otwell b58c6370ee fixing template. 2012-04-03 17:07:37 -05:00
Taylor Otwell 1ca7d799af changes 2012-04-03 16:53:15 -05:00