Skip to content

[5SP] Investigate high CPU usage in GNU Radio and OpenDigitizer #190

@ivan-cukic

Description

@ivan-cukic

CPU usage in the OpenDigitizer UI is too high. The issues likely lie in both the GNU Radio core and UI Needs to be investigated and improved.

Specific Actions:

  • replace runAndWait scheduler (busy polling issue)
  • implement/use blocking scheduler with UI updates only on progress() changes
  • investigate Emscripten's wait implementation vs native
  • limit UI's FPS to <25 Hz (with optional 60 Hz global variable)
  • profile threading and identify busy polling threads

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    🔖 Selected (6)

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions