Microclimate Language Server for Node.js Profiling
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.
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.