Annotates your Node.js code with code highlighting for your hottest functions in your Microclimate projects.
This extension provides code highlighting showing relative time spent in JavaScript functions based on profiling data gathered through Microclimate Load Testing.
With Visual Studio Code:
- Open a local project created with Microclimate, and profiled using the Performance Test feature.
- This will create profiling data in a
load-test/[datestamp]/profiling.json
file in your Microclimate project. - In Visual Studio Code open a JavaScript file in your project.
- The extension will highlight any lines which were found in the profiling data and annotate them to show how often they were seen and where they were called from.