In Chrome 51, how can I activate the Canvas Profiling Feature?

一世执手 提交于 2020-01-06 19:24:19

问题


I activated devtools experiments in

about:flags

but nothing shows up in settings.

Has something changed or is the feature gone? thanks


回答1:


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 has a general canvas debugger that's quite good: https://hacks.mozilla.org/2014/03/introducing-the-canvas-debugger-in-firefox-developer-tools/

Safari also added a canvas inspector that you can turn on.

Also note: there may be an extension for your framework (e.g. the three.js inspector).




回答2:


The experiment was removed. As far as I know it was never made stable, so that functionality is gone completely.



来源:https://stackoverflow.com/questions/37766010/in-chrome-51-how-can-i-activate-the-canvas-profiling-feature

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!