随笔分类 - chrome调试
摘要:docs/gpu/debugging_gpu_related_code.md Debugging GPU related code Chromium's GPU system is multi-process, which can make debugging it rather difficult
阅读全文
摘要:Debugging GPU related code Chromium's GPU system is multi-process, which can make debugging it rather difficult. See GPU Command Buffer for some of th
阅读全文
摘要:chrome trace 官方文档:https://www.chromium.org/developers/how-tos/trace-event-profiling-tool/ Limboy 强大的可视化利器 Chrome Trace Viewer 使用详解 2020-03-21 最近研究了下 C
阅读全文
摘要:所有chrome内部使用协议查看: chrome://chrome-urls/ chrome缓存查看器: http://www.nirsoft.net/utils/chrome_cache_view.html Chrome DevTools Frontend 运行原理浅析 深入理解 Chrome D
阅读全文
摘要:List of Chrome URLs chrome://about chrome://accessibility chrome://appcache-internals chrome://apps chrome://autofill-internals chrome://blob-internal
阅读全文
摘要:打印出页面元素排版: --enable-logging --log-level=0 --vmodule=cull_rect*=2 1,原始日志输出方式 日志输出需要头文件:base/logging.h 最原始的chromium日志输出是 LOG(INFO), LOG(ERROR)。这个要工作的话需要
阅读全文