WICG / js-self-profiling

Proposal for a programmable JS profiling API for collecting JS profiles from real end-user environments
Other
197 stars 13 forks source link

Add Parser and Compile marker #72

Open cnpsc opened 2 years ago

cnpsc commented 2 years ago

Addresses https://github.com/WICG/js-self-profiling/issues/71

Adds support for optional markers that UAs may implement to help assessing performance on their platform.

Example of these markers are JS parser and compile that are supported by most engines but not in the spec.