The codeigniter script is used to detect memory consumption of codeigniter scripts. This document describes how to detect memory consumption by codeigniter scripts. Share it with you for your reference. Specifically, the codeigniter script detects memory consumption by codeigniter scripts.
This example describes how to detect memory consumption of codeigniter scripts. Share it with you for your reference. The details are as follows:
If you want to display the memory consumption of the script, add the following code to the view.
<? Php echo $ this-> benchmark-> memory_usage ();?>
Related pseudo variables are:
{Memory_usage}
I hope this article will help you with codeigniter-based php programming.
Examples this article describes how to detect memory consumption of codeigniter scripts. Share it with you for your reference. Details...