Is there way to Get Timers from DOM Tree similar to Web application "Performance.timing" api

DOM tree contains Element information along with timer info. We could retrieve this information using command “window.performance.timing”. These additional data I can use for Performance validation while executing my script.

Is same command works with Appium or any equivalent where we can get these Performance details.

Any help is highly appreciated.

Thanks,
Guru

there is no similar thing in Appium, however you can still measure performance there. See https://appiumpro.com/editions (look for “performance”)