Engine.Instrumentation frame time does not work for webGPU

The Engine.Instrumentation GPU frame time methods return 0:

1 | Babylon.js Playground (babylonjs.com)

Any alternative for profiling frame times? Using FPS or delta time is insufficient because of FPS limiting

cc @Evgeni_Popov

You need to start Chrome with a special flag to have frame time available. See:

2 Likes