Skip to content

Commit

Permalink
Update object_pool_memory_profiling.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp authored Sep 3, 2024
1 parent a0e7cea commit 973dcfe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions object_pool_memory_profiling.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## object Pool in BSS

#### Memory Type Usage Summary
```
┏━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
┃ Memory Type/Section ┃ Used [bytes] ┃ Used [%] ┃ Remain [bytes] ┃ Total [bytes] ┃
┡━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
Expand All @@ -18,7 +19,7 @@
│ .force_fast │ 4 │ 0.05 │ │ │
└─────────────────────┴──────────────┴──────────┴────────────────┴───────────────┘
Total image size: 1640776 bytes (.bin may be padded larger)

```

#### Per-archive contributions to ELF File

Expand Down Expand Up @@ -123,6 +124,7 @@ Total image size: 1640776 bytes (.bin may be padded larger)
## Object Pool in Heap

#### Memory Type Usage Summary
```
┏━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
┃ Memory Type/Section ┃ Used [bytes] ┃ Used [%] ┃ Remain [bytes] ┃ Total [bytes] ┃
┡━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
Expand All @@ -140,7 +142,7 @@ Total image size: 1640776 bytes (.bin may be padded larger)
│ .force_fast │ 4 │ 0.05 │ │ │
└─────────────────────┴──────────────┴──────────┴────────────────┴───────────────┘
Total image size: 1642164 bytes (.bin may be padded larger)

```

#### Per-archive contributions to ELF File

Expand Down

0 comments on commit 973dcfe

Please sign in to comment.