MCPcopy Create free account
hub / github.com/ampproject/amphtml / installPerformanceService

Function installPerformanceService

src/service/performance-impl.js:996–998  ·  view source on GitHub ↗
(window)

Source from the content-addressed store, hash-verified

994 * @param {!Window} window
995 */
996export function installPerformanceService(window) {
997 registerServiceBuilder(window, 'performance', Performance);
998}
999
1000/**
1001 * @param {!Window} window

Callers 9

getPerformanceFunction · 0.90
amp.jsFile · 0.90
amp-inabox.jsFile · 0.90
test-amp-access.jsFile · 0.90
test-amp-video.jsFile · 0.90

Calls 1

registerServiceBuilderFunction · 0.90

Tested by

no test coverage detected