eclipse-archived / codewind-java-profiler

Provides automatic code highlighting of 'hot' java methods
https://codewind.dev
Eclipse Public License 2.0
3 stars 13 forks source link
cloud codewind container eclipse kubernetes openshift performance plugin vscode

Codewind Java Profiler

Annotates your Java code with code highlighting for your hottest methods in your Eclipse Codewind projects.

platforms License

This extension provides code highlighting showing relative time spent in Java methods based on profiling data gathered through Codewind's load testing feature.

Usage

Prerequisites

With Visual Studio Code:

Running the Extension

With Visual Studio Code:

Testing

Integration Tests

To be added

Server Tests

Unit tests for the Java Server are in the server/src/test directory. These are JUnit unit tests, but can only be run inside the server Docker container.

To run the container complete the following steps:

Building/Installing the Extension

To build a .vsix extension package that can then be installed/published:

To install the extension:

For more information refer to: https://code.visualstudio.com/api/working-with-extensions/publishing-extension