Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2024-01-03 17:35:58 +01:00 committed by GitHub
parent 277ee210af
commit 009bfe6221
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)