Skip to content

Commit

Permalink
Updates readme for highlight new setting
Browse files Browse the repository at this point in the history
The setting to specify what path to store your binary profiles to is now available. The README now examples this setting.
  • Loading branch information
avelis authored Aug 17, 2016
1 parent 8d21f3b commit 79008c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ If you'd like to also generate a binary `.prof` file that works with `snakeviz`
```python
SILKY_PYTHON_PROFILER_BINARY = True
```
You can specify where to store the generated binary `.prof` files to a path of your choosing.
```python
# Default path value is ''
SILKY_PYTHON_PROFILER_RESULT_PATH = '/path/to/profiles/'
```

A download button will become available with a binary `.prof` file for every request.

Expand Down

0 comments on commit 79008c0

Please sign in to comment.