1

I activated devtools experiments in

about:flags

but nothing shows up in settings.

Has something changed or is the feature gone? thanks

Garbee
  • 10,581
  • 5
  • 38
  • 41
soundyogi
  • 369
  • 3
  • 15

2 Answers2

6

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/

enter image description here

Safari also added a canvas inspector that you can turn on. enter image description here

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

Paul Irish
  • 47,354
  • 22
  • 98
  • 132
2

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

Garbee
  • 10,581
  • 5
  • 38
  • 41