419 B
419 B
Profiling
Kohana provides a very simple way to display statistics about your application:
- Common [Kohana] method calls
- Requests
- [Database] queries
- Average execution times for your application
Example
You can display or collect the current [profiler] statistics at any time:
<div id="kohana-profiler">
<?php echo View::factory('profiler/stats') ?>
</div>
Preview
{{profiler/stats}}