Go language profiling
June 4, 2019 ยท View on GitHub
This extension adds benchmark profiling support for the Go language to VS Code. To collect the data, Go Profiling uses the pprof package.
Profiling is an analysis of your program performance. It measures the duration of method calls. This is a useful extension if you want to optimize your program performance.

Features
This extension adds profile code lens command to benchmarks. You can run CPU profiling. Memory profiling is also supported.
Requirements
You need to have vscode-go extension to be installed.
Release Notes
Users appreciate release notes as you update your extension.
0.0.4
- Fixed Running issues #1 under MacOS
0.0.3
- Added memory profiling support
- New icon for call graph tab
- Fixed issue with root nodes reloading
0.0.2
- New extension icon
0.0.1
- Initial release
About
Please visit our Web site. Email us mediamax.info@gmail.com if you face any quetions. Please leave a review if you like this extension!