Skip to content

Commit

Permalink
Update flag usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Apr 7, 2021
1 parent d2fe833 commit 0cc10ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,19 @@ Install slowjam:
Analyze a stacklog using the interactive webserver:

```shell
slowjam -http localhost:8080 /path/to/stack.slog
slowjam --http localhost:8080 /path/to/stack.slog
```

To output a Gantt/Flamegraph chart to `out.html`:

```shell
slowjam -html out.html /path/to/stack.slog
slowjam --html out.html /path/to/stack.slog
```

To output a text summary to `out.txt`:

```shell
slowjam -html out.txt /path/to/stack.slog
slowjam --html out.txt /path/to/stack.slog
```

## Real World Examples
Expand Down

0 comments on commit 0cc10ba

Please sign in to comment.