* Add browser performance timeline entries for simple ticks. * These are for example exposed in WPT. * See https://developer.mozilla.org/en-US/docs/Web/API/Performance/mark * @param {string} label
(label)
| 841 | * @param {string} label |
| 842 | */ |
| 843 | mark(label) { |
| 844 | this.win.performance.mark?.(label); |
| 845 | } |
| 846 | |
| 847 | /** |
| 848 | * Tick a very specific value for the label. Use this method if you |
no outgoing calls
no test coverage detected