Download presentation
Presentation is loading. Please wait.
1
1
2
Instrumenting your code for profiling with the Edge Dev Tools
Andy Sterland, Senior Program Manager, Visual Studio @AndySterland Title: Abstract:
3
More than console.log Timing code quick ’n’ dirty with the console
Instrumenting code for collecting data in the wild and annotating local traces Firing memory snapshot collection programmatically
4
Instrumentation console.time(‘hi’); console.timeEnd(‘hi’); Demos
5
Instrumentation - Profiling
performance.mark() performance.measure() Demos
6
Instrumentation - Memory
console.takeHeapSnashot() Demos
7
Summary Measuring time spans in the console console.time/timeEnd
Marking profile traces: performance.mark performance.measure Taking memory snapshots from code console.takeHeapSnashot()
8
Where next? Follow @EdgeDevTools (2x weekly tips!)
Tweet to Vote on features you want on UserVoice: ( Docs and guides for using the Edge Developer Tools is at: …and you can always find me
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.