1 个仓库
Tools for generating detailed reports on memory leaks, including stack traces and code locations.
Distinct from Web Application Debugging: Distinct from Web Application Debugging: focuses specifically on exporting leak reports for resolution rather than general runtime inspection
Explore 1 awesome GitHub repository matching web development · Memory Leak Reporting. Refine with filters or upvote what's useful.
Fuite 是一个 Web 应用内存泄漏检测器和浏览器堆快照分析器。它作为一个自动化交互测试器,在重复的浏览器序列中监控堆增长,以识别泄漏的 DOM 节点和集合。 该工具的独特之处在于执行脚本化的交互循环来放大内存增长,从而使泄漏更容易被检测到。它捕获并比较不同时间戳的堆快照,并导出包含堆栈跟踪和声明监听器的具体代码位置的详细报告。 该项目涵盖了浏览器自动化和编排,包括通过设置钩子配置应用状态和管理浏览器启动参数的能力。它还为手动执行调试提供了可观测性功能,并支持以 JSON 格式导出泄漏分析数据。
Exports leak reports with stacktraces and code locations to resolve memory issues in web apps.