问题描述
我在以下激活了devtools实验
I activated devtools experiments in
about:flags
但设置中没有任何显示.
but nothing shows up in settings.
是否已更改或功能已消失?谢谢
Has something changed or is the feature gone? thanks
推荐答案
Chrome DevTools 使用过如Garbee所述具有一个画布分析器,但不幸的是它已被删除. (也有其他Chrome扩展程序可用于常规画布检查,但AFAIK仍然无法正常工作/维护)
Chrome DevTools used to have a canvas profiler, as Garbee mentions, but unfortunately it was removed. (There have also been other Chrome extensions for general canvas inspection, but AFAIK none of them are still working/maintained)
Firefox具有一个很好的常规画布调试器: https://hacks.mozilla.org/2014/03/introducing-the-canvas-debugger-in-firefox-developer-tools/
Firefox has a general canvas debugger that's quite good: https://hacks.mozilla.org/2014/03/introducing-the-canvas-debugger-in-firefox-developer-tools/
Safari还添加了一个可以打开的画布检查器.
Safari also added a canvas inspector that you can turn on.
还请注意:您的框架可能会有扩展(例如three.js检查器).
Also note: there may be an extension for your framework (e.g. the three.js inspector).
这篇关于在Chrome 51中,如何激活“画布分析"功能?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!