feat(perf): change detection profiler

Closes #4000
This commit is contained in:
yjbanov
2015-09-04 14:44:24 -07:00
committed by Yegor
parent 28a29f5557
commit 8dd6c4680b
12 changed files with 202 additions and 2 deletions

View File

@ -7,6 +7,7 @@ export {win as window};
export var document = window.document;
export var location = window.location;
export var gc = window['gc'] ? () => window['gc']() : () => null;
export var performance = window['performance'] ? window['performance'] : null;
export const Event = Event;
export const MouseEvent = MouseEvent;
export const KeyboardEvent = KeyboardEvent;