Viewing User Timing Marks for Performance Profiling in Safari

In Safari, how do you view User Timing Marks inserted using the from the JavaScript Performance API?
In Chrome, for instance, User Time Marks show up in the Timing timeline, as show here.

It appears that Safari started supporting the User Timing Marks part of the JavaScript Performance API in version 11, but I cannot figure out how to see them in Safari's developer tools.

Replies

Safari Web Inspector does not currently expose User Timing marks in the Timelines tab. It is fully supported as a Web API, however; you can fetch data using performance.getEntries and the like.


We've noted this feature request; thanks for dropping by.