You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe 10-20s as a start is good? Actually, since we're running the UI at a fixed frequency (which is sampling the state of the underlying program), maybe a sample depth (based on the UI rate) makes sense.
Err... even if the human interface to set the threshold is in seconds, under the hood we can compute sample depth.
I think a good "default" behavior should be to set a sane cap on the number of max samples at any given time (a stateful member of the TUI task), maybe like 1024?
That way the plot "grows" until it becomes saturated with samples
this should be configurable via the config file, too
This helps ensure that plot performance doesn't plummet as samples accumulate. You can't currently leave the GUI running because of this
The text was updated successfully, but these errors were encountered: