aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Debugging.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-06-19 14:12:56 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-06-19 21:12:26 -0400
commit8cce3cc8e79d6bc25f923c4ff16be56496db112e (patch)
treece21f3137c544a1ef6ec1bdf9a40371fb24eb013 /docs/Debugging.md
parent0173bb3f71ed899f9a435f3f1c3a0b3b38e8788e (diff)
downloadkutter-8cce3cc8e79d6bc25f923c4ff16be56496db112e.tar.gz
kutter-8cce3cc8e79d6bc25f923c4ff16be56496db112e.tar.xz
kutter-8cce3cc8e79d6bc25f923c4ff16be56496db112e.zip
graphstats: Add support for interactive graphs
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Debugging.md')
-rw-r--r--docs/Debugging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Debugging.md b/docs/Debugging.md
index 9774a291..6158ec85 100644
--- a/docs/Debugging.md
+++ b/docs/Debugging.md
@@ -147,7 +147,7 @@ sudo apt-get install python-matplotlib
Then graphs can be produced with:
```
-~/klipper/scripts/graphstats.py /tmp/klippy.log loadgraph.png
+~/klipper/scripts/graphstats.py /tmp/klippy.log -o loadgraph.png
```
One can then view the resulting **loadgraph.png** file.