mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
CMake Bloaty add static ram usage breakout
This commit is contained in:
committed by
Daniel Agar
parent
4f098a01bc
commit
96bc58f0eb
13
Tools/bloaty_static_ram.bloaty
Normal file
13
Tools/bloaty_static_ram.bloaty
Normal file
@@ -0,0 +1,13 @@
|
||||
custom_data_source: {
|
||||
name: "bloaty_static_ram"
|
||||
base_data_source: "sections"
|
||||
|
||||
rewrite: {
|
||||
pattern: "^\\.bss"
|
||||
replacement: "ram"
|
||||
}
|
||||
rewrite: {
|
||||
pattern: "^\\.data"
|
||||
replacement: "ram"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user