-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Tasks like SD logging and Telemetry block the thread (and maybe the entirety of flight code, depending on if we turned on cooperative multithreading or not).
This is mostly a bad thing, since there's thing we'd rather our system be doing instead of spending 200 ms at a time logging data.
To address this, we should at some form of profiling to the SDLogger and Telemetry, so we can identify:
- If they're actually an issue
- Where the biggest performance impacts happen
- What we can address to fix this
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request