Skip to content

Doist/JavaScript-memory-leak-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Usage

Source memory_leak_checker.js and from JavaScript call:

MemoryLeakChecker(window)

This will analyze every object and list and output any objects or lists that have over 200 elements. This can be very useful for finding leaks in data structures.

Releases

No releases published

Packages

No packages published