MCPcopy Index your code
hub / github.com/reactopt/reactopt / loadTime

Function loadTime

main.js:111–115  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

109
110// test functions
111function loadTime(data) {
112 printLine('heading', 'Page Load Time');
113 log(indent + 'Your page took ' + data.time + ' to load');
114 log('');
115}
116
117function componentRerenders(data) {
118 printLine('heading', 'Component Re-rendering');

Callers

nothing calls this directly

Calls 1

printLineFunction · 0.85

Tested by

no test coverage detected