首页 > TAG信息列表 > Leaks
DOM leaks DOM泄露
Record heap snapshots - Chrome Developers https://developer.chrome.com/docs/devtools/memory-problems/heap-snapshots/ Uncover DOM leaks The heap profiler has the ability to reflect bidirectional dependencies between browser native objects (DOM nodes, CSS[转]Windows上的valgrind--deleaker
Valgrind is a developer tool for C++ developers used to find memory issues including C++ memory leak detection. Valgrind uses instrumentation to collect information about allocated and freed memory to gather complete information about memory blocks. ManyXS-Leaks
参考: https://xsleaks.dev/ https://book.hacktricks.xyz/pentesting-web/xs-search 简介 是什么? XS-Leaks 全称 Cross-site leaks。和 csrf 较为相似,不过主要区别是 csrf 是用来让受害者执行某些操作,而xs-leaks 是用来探测用户敏感信息。 使用场景? 通常必须具有查找功能,并且有【Android+Kotlin】Leaks工具使用
扉: 根据No->Unknowd->Yes间仔细排查一般都能找出问题 导包:这种debug依赖 在正式release包当中会自动不运行 debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.4' 传送门 优秀总结补充阅读设置了ClickableSpan导致内存泄漏文字换色方案文字换色方案2iOS性能调优系列(全)
https://www.cnblogs.com/junhuawang/p/5652996.html 总结: 三类工具 基础工具 (NSLog的方式记录运行时间.) 性能工具.检测各个部分的性能表现,找出性能瓶颈 内存工具.检查内存正确性和内存使用效率 性能工具: 可以衡量CPU的使用,时间的消耗,电池的消耗 一、Time Profile 启动TiOS性能调优工具
总结: 三类工具 基础工具 (NSLog的方式记录运行时间.) 性能工具.检测各个部分的性能表现,找出性能瓶颈 内存工具.检查内存正确性和内存使用效率 性能工具: 可以衡量CPU的使用,时间的消耗,电池的消耗 一、Time Profile 启动Time Profile:Xcode ——> Product ——> Profile ——>