MCPcopy
hub / github.com/ampproject/amphtml / tickDelta

Method tickDelta

src/service/performance-impl.js:853–855  ·  view source on GitHub ↗

* 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)

Source from the content-addressed store, hash-verified

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.

Calls 1

tickMethod · 0.95

Tested by

no test coverage detected