Created
November 14, 2018 12:25
-
-
Save vojtatranta/b8cb8f045ca779e1350ed8d59283e7eb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
documentViewPerf: createPerfFactors(({ perf }) => ({ | |
designLoadStart() { perf.start('design_load') }, | |
designLoadEnd() { perf.end('design_load') }, | |
})) | |
// bez hezkejch metod | |
documentViewPerf: createPerfomanceMeasurer() | |
// trida | |
this._documentViewPerf.start('id-123') | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment