Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
996
export
function
installPerformanceService(window) {
997
registerServiceBuilder(window,
'performance'
, Performance);
998
}
999
1000
/**
1001
* @param {!Window} window
Callers
9
test-performance.js
File · 0.90
getPerformance
Function · 0.90
test-style-installer.js
File · 0.90
amp.js
File · 0.90
amp-inabox.js
File · 0.90
test-amp-access.js
File · 0.90
test-amp-access-source.js
File · 0.90
test-video-cache.js
File · 0.90
test-amp-video.js
File · 0.90
Calls
1
registerServiceBuilder
Function · 0.90
Tested by
no test coverage detected