Home | History | Annotate | Download | only in measurements

Lines Matching defs:window

28   if (window.gc) {
29 window.gc();
30 window.gc();
35 window.__onload = function() {
41 window.__pc_load_time = window.performance.now();
45 window.__eval_later = function(expression) {
49 if (window.parent == window) { // Ignore subframes.
50 window.__pc_load_time = null;