Skip to content

Commit

Permalink
Better visualization in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitarPetrov committed Sep 7, 2020
1 parent a26eee1 commit 5874eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ A file with name `calls.html` will be generated

> NOTE: The name of the file can be provided via -o (--output) flag to the visualize command.
![Example 1](examples/example1.png)
<img src="examples/example1.png" width="1000">

But in some situation this diagram can become so big that it becomes useless.

Expand All @@ -155,7 +155,7 @@ printracer visualize trace.txt --depth 2 --func main.foo
```
A diagram like this will be generated for you:

![Example 2](examples/example2.png)
<img src="examples/example2.png" width="1000">

Much cleaner and focused on the let's say problematic part of the trace.

Expand Down

0 comments on commit 5874eb2

Please sign in to comment.