* Tick a very specific value for the label. Use this method if you * measure the time it took to do something yourself. * @param {TickLabel_Enum} label The variable name as it will be reported. * @param {number} value The value in milliseconds that should be ticked.
(label, value)
| 851 | * @param {number} value The value in milliseconds that should be ticked. |
| 852 | */ |
| 853 | tickDelta(label, value) { |
| 854 | this.tick(label, value); |
| 855 | } |
| 856 | |
| 857 | /** |
| 858 | * Tick time delta since the document has become visible. |
no test coverage detected