简体   繁体   中英

JavaScript profiling using chrome Dev tools

Every time when I take a heap snapshot after doing some operation to my web page the size increases by 3 to 4 MB. If I continue doing it 10 to 15 Times the size of heap snapshot increases up to 100 MB. Does it prove that my app has a memory leak?

The operation I perform is a search operation yielding same results every time.

Lets use the recipe from this answer Tool to track down JavaScript memory leak . It could show you the leaked items.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM