Presentation is loading. Please wait.

Presentation is loading. Please wait.

1.

Similar presentations


Presentation on theme: "1."— Presentation transcript:

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

9


Download ppt "1."

Similar presentations


Ads by Google