Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
277ee210af
commit
009bfe6221
1 changed files with 22 additions and 1 deletions
|
@ -57,5 +57,26 @@ You need to install this extension:
|
||||||
|
|
||||||
![image0](image0.png)
|
![image0](image0.png)
|
||||||
|
|
||||||
```python
|
## Using austin-tui
|
||||||
|
|
||||||
|
This is how it looks like under Linux. I haven't tested it under Windows yet.
|
||||||
|
|
||||||
|
I am using the PyTorch MNIST network example.
|
||||||
|
|
||||||
|
### Without memory profiling
|
||||||
|
|
||||||
|
```shell
|
||||||
|
austin-tui ~/P3.9/bin/python3 network.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
![image1](image1.png)
|
||||||
|
|
||||||
|
### With memory profiling
|
||||||
|
|
||||||
|
```shell
|
||||||
|
austin-tui -m ~/P3.9/bin/python3 network.py
|
||||||
|
```
|
||||||
|
|
||||||
|
![image2](image2.png)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue