Replies: 2 comments
-
There is no ready-made solution, but you can probably adapt something like this.
Read the documentation
I don't think we track this anywhere
They take as much as the arena you give to embassy. For per-task statistics, use |
Beta Was this translation helpful? Give feedback.
-
Nothing ready to use really - I have plans (let's call it ideas) to do something in that direction I was playing around with "something" some time ago which might or might not be helpful: https://github.com/bjoernQ/ansi-and-stats |
Beta Was this translation helpful? Give feedback.
-
i'm developing an application that's using embassy and alloc with both PSRAM and DRAM (if relevant, it's on ESP32S3)
I want to make a meaningful change that's quite complex and would require more memory and more CPU.
Is there a way to tell the utilization?
So the questions I'd have:
With that information I can probably calculate if there's any point making such meaningful change rather than just try and after a lot of work find that I'm stuck on either memory or cpu or both.
Maybe there's already some tool to identify all that information?
Beta Was this translation helpful? Give feedback.
All reactions