Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit ed8ea80

Browse files
update readme to include instructions on running load tests
Signed-off-by: Jonathan Spruce <jonathan.spruce@ibm.com>
1 parent bd7bd29 commit ed8ea80

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@ This extension provides code highlighting showing relative time spent in Java me
99

1010
## Usage
1111

12+
### Prerequisites
13+
14+
- The Codewind extension (available [here](https://marketplace.visualstudio.com/items?itemName=IBM.codewind)) installed in Visual Studio Code.
15+
- A Java Liberty project bound to Codewind.
16+
1217
With Visual Studio Code:
1318

14-
- Open .
15-
- This will create profiling data in a `load-test/[timestamp]/xxxx.hcd` file in your Codewind project.
19+
- Open your Java Liberty Project's Performance Dashboard by right-clicking on the project in the Codewind section of Visual Studio Code and selecting `Open Performance Dashboard`.
20+
- Once the test has completed, it will create profiling data in a `load-test/[timestamp]/xxxx.hcd` file in your Codewind project.
1621
- In Visual Studio Code open a Java file in your project.
1722
- The extension will highlight any methods which were found in the profiling data and annotate them to show the percentage of time they were running on the CPU during profiling.
1823

0 commit comments

Comments
 (0)