I need to improve the performance of a script done in Javascript, and I can check the RAM consumption script said.
for example like the PHP function get_memory_get_peak()
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Chrome, if you run with the
--enable-memory-infoflag, you can get the data from:which contains:
This data can also be fetched from a memory heap snapshot by pressing F12, but this is not programmatically.