-
Notifications
You must be signed in to change notification settings - Fork 2.1k
sys: heap_stats module required #12173
Copy link
Copy link
Closed
Labels
Area: cpuArea: CPU/MCU portsArea: CPU/MCU portsArea: sysArea: SystemArea: SystemState: staleState: The issue / PR has no activity for >185 daysState: The issue / PR has no activity for >185 daysType: enhancementThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentationThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
Description
Description
As discussed in PR #10953 (review) and #10953 (comment), function heap_stats shouldn't print heap statistics.
Expected results
heap_stats should be separated into a function heap_stats that returns some heap statistics and a shell command heap which prints the data from heap_stats function. The heap_stats function should be realized as module heap_stats which can be enabled for architectures that have the heap_stats function.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: cpuArea: CPU/MCU portsArea: CPU/MCU portsArea: sysArea: SystemArea: SystemState: staleState: The issue / PR has no activity for >185 daysState: The issue / PR has no activity for >185 daysType: enhancementThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentationThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation