mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-18 21:26:41 +02:00
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:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
```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
|
||||||
```
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### With memory profiling
|
||||||
|
|
||||||
|
```shell
|
||||||
|
austin-tui -m ~/P3.9/bin/python3 network.py
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue