Lines Matching full:globals
24 import {globals, QuantizedLoad, SliceDetails, ThreadDesc} from './globals';
38 globals.state = applyPatches(globals.state, patches);
42 globals.frontendLocalState.mergeState(globals.state.frontendLocalState);
52 if (!globals.overviewStore.has(key)) {
53 globals.overviewStore.set(key, []);
56 globals.overviewStore.get(key)!.push(...value);
58 globals.overviewStore.get(key)!.push(value);
61 globals.rafScheduler.scheduleRedraw();
65 globals.setTrackData(args.id, args.data);
67 globals.rafScheduler.scheduleFullRedraw();
69 globals.rafScheduler.scheduleRedraw();
74 globals.queryResults.set(args.id, args.data);
79 globals.threads.clear();
81 globals.threads.set(thread.utid, thread);
87 globals.sliceDetails = click;
99 if (globals.state.route &&
100 globals.state.route !== this.router.getRouteFromHash()) {
101 this.router.setRouteOnHash(globals.state.route);
104 globals.rafScheduler.scheduleFullRedraw();
125 globals.initialize(dispatch, controller);
127 globals.rafScheduler.domRedraw = () =>
128 m.render(document.body, m(router.resolve(globals.state.route)));
133 (window as {} as {globals: {}}).globals = globals;
138 globals.dispatch(Actions.loadPermalink({