Replies: 1 comment 4 replies
-
You could set an interval on the app which calls BTW I did some profiling on tiptop. In a 61 second execution time, tiptop spends 2.857s rendering the interface. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to bring down the CPU usage of tiptop by rendering less often. The data itself is updated every 2 seconds, and I'm enviously looking at
rich.live
'sauto_refresh=False
. Is there something like that for Textual as well?Perhaps Textual isn't even the right lib for me and I should go for rich.live (although that brings other difficulties).
Beta Was this translation helpful? Give feedback.
All reactions