Skip to content

Commit 7ee8a97

Browse files
committed
Add description for interactive profiling
1 parent 46c3a68 commit 7ee8a97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ To use DeepView.Profile in your project, you need to first write an entry point
4949
Once your entry point file is ready, there are two ways to profile interactive profiling and standalone profiling.
5050

5151
### Interactive Profiling
52+
Interactive profiling is done with VSCode with the [DeepView.Explore](https://github.com/CentML/DeepView.Explore) plugin. Install the plugin in VSCode and run the profiling session to interactively profile your models.
5253
```zsh
5354
python3 -m deepview_profile interactive
5455
```

0 commit comments

Comments
 (0)