How to get PHP program from run start to end of run, total memory used

Source: Internet
Author: User
How to get PHP program from run start to end of run, total memory used

Reply content:

How to get PHP program from run start to end of run, total memory used

memory_get_usageThis function can get the memory currently used by PHP.
memory_get_peak_usageThis function can get the peak memory requested by PHP before processing.

When the program starts running memory_get_usage , by logging the current memory usage,
By memory_get_peak_usage getting peak memory usage at the end of the program,
The difference between the two is the maximum amount of memory requested in this process.

Is this supposed to be what you call "Total memory use"?

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.