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