Skip to content

Commit de59443

Browse files
committed
docs: improve descriptions of extensions
Fixes #9
1 parent 2e84826 commit de59443

File tree

5 files changed

+12
-15
lines changed

5 files changed

+12
-15
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
A custom editor for viewing `.cpuprofile` files in VS Code. Pairs well with out new [JavaScript debugger](https://github.com/microsoft/vscode-js-debug).
44

5-
![](./screenshot.png)
5+
![](./table.png)
6+
![](./flame.png)
67

78

89
## Contributing

flame.png

110 KB
Loading
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# `vscode-js-profile-flame`
22

3-
> TODO: description
3+
This is a custom editor that provides flame graphs for V8-style `.cpuprofile` files. Usage:
44

5-
## Usage
5+
1. Install this extension,
6+
2. Open a `.cpuprofile` file in VS Code,
7+
3. If you already have another editor, such as the default table view, hit `F1` and then `Reopen With` this extension.
68

7-
```
8-
const vscodeJsProfileFlame = require('vscode-js-profile-flame');
9-
10-
// TODO: DEMONSTRATE API
11-
```
9+
![Screenshot of the flame graph](https://raw.githubusercontent.com/microsoft/vscode-js-profile-visualizer/master/flame.png)
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# `vscode-js-profile-table`
22

3-
> TODO: description
3+
This is a custom editor that provides tablular information from for V8-style `.cpuprofile` files. Usage:
44

5-
## Usage
5+
1. Install this extension,
6+
2. Open a `.cpuprofile` file in VS Code,
7+
3. If you already have another editor, such as the default table view, hit `F1` and then `Reopen With` this extension.
68

7-
```
8-
const vscodeJsProfileTable = require('vscode-js-profile-table');
9-
10-
// TODO: DEMONSTRATE API
11-
```
9+
![Screenshot of the table](https://raw.githubusercontent.com/microsoft/vscode-js-profile-visualizer/master/table.png)
File renamed without changes.

0 commit comments

Comments
 (0)