To view detailed benchmarking data in CodeIgniter, the ________ method must be enabled in the controller.

  • _output()
  • benchmark()
  • display()
  • render()
In CodeIgniter, the benchmark() method is used to view detailed benchmarking data. This function is commonly used to measure the time taken by specific parts of your code for performance analysis.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *