mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-05 22:37:43 -07:00
graphstats: Set MAXBUFFER=1
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
84e9a28141
commit
9117c09037
1 changed files with 2 additions and 2 deletions
|
|
@ -1,14 +1,14 @@
|
|||
#!/usr/bin/env python
|
||||
# Script to parse a logging file, extract the stats, and graph them
|
||||
#
|
||||
# Copyright (C) 2016-2021 Kevin O'Connor <kevin@koconnor.net>
|
||||
# Copyright (C) 2016-2025 Kevin O'Connor <kevin@koconnor.net>
|
||||
#
|
||||
# This file may be distributed under the terms of the GNU GPLv3 license.
|
||||
import optparse, datetime
|
||||
import matplotlib
|
||||
|
||||
MAXBANDWIDTH=25000.
|
||||
MAXBUFFER=2.
|
||||
MAXBUFFER=1.
|
||||
STATS_INTERVAL=5.
|
||||
TASK_MAX=0.0025
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue