| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| profiler.css | ||
| profiler.js | ||
| profiler.php | ||
| template.blade.php |
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){});
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| profiler.css | Loading commit data... | |
| profiler.js | Loading commit data... | |
| profiler.php | Loading commit data... | |
| template.blade.php | Loading commit data... |