# Google开源 Leak Finder for JavaScript Tool

Goal: Finding memory leaks in JavaScript programs.

Leak Finder for JavaScript works against the Developer tools remote inspecting protocol of Chrome, retrieves heap snapshots, and detects objects which are "memory leaks" according to a given leak definition.

[Google Code] (https://code.google.com/p/leak-finder-for-javascript/)

 

相关文章:

  • 2022-01-31
  • 2021-07-09
  • 2021-07-13
  • 2021-05-24
  • 2022-02-17
  • 2021-07-01
  • 2021-06-06
  • 2021-11-15
猜你喜欢
  • 2021-12-13
  • 2021-08-22
  • 2021-06-16
  • 2021-05-27
  • 2022-01-25
  • 2021-10-20
  • 2022-02-24
相关资源
相似解决方案