Attention needed from Owners Override, Paul Kirth and Roland McGrath
Prabhu Karthikeyan Rajasekaran has uploaded the change for review![Open in Gerrit]()
Prabhu Karthikeyan Rajasekaran would like Owners Override to review this change.
Prabhu Karthikeyan Rajasekaran removed John Wittrock from reviewers of this change.
Commit message
[scripts]: Implement stack usage analysis
Stack usage analysis uses the call graph and stack sizes information
from llvm-readelf to provide stack usage estimates for given entry point
functions.
Bug: 488386352
Change-Id: Ibb89028c4e87687a0b5239d132e2e559f5abd409
Change information
Files:
- M scripts/BUILD.gn
- A scripts/stack_size_estimator/BUILD.gn
- A scripts/stack_size_estimator/README
- A scripts/stack_size_estimator/call_graph.py
- A scripts/stack_size_estimator/graph_helper.py
- A scripts/stack_size_estimator/stack_estimator.py
- A scripts/stack_size_estimator/symbolizer.py
- A scripts/tests/stack_size_estimator/BUILD.gn
- A scripts/tests/stack_size_estimator/stack_estimator_test.py
- A scripts/tests/stack_size_estimator/test_call_graph.json
- A scripts/tests/stack_size_estimator/test_combined.json
- A scripts/tests/stack_size_estimator/test_config.json
- A scripts/tests/stack_size_estimator/test_indirect.json
- A scripts/tests/stack_size_estimator/test_input.json
- A scripts/tests/stack_size_estimator/test_stack_sizes.json
Change size: XL
Delta: 15 files changed, 1524 insertions(+), 0 deletions(-)
Open in GerritRelated details
Attention is currently required from:
- Owners Override
- Paul Kirth
- Roland McGrath
Gerrit-MessageType: newchange
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: Ibb89028c4e87687a0b5239d132e2e559f5abd409
Gerrit-Change-Number: 1336086
Gerrit-PatchSet: 18
You received this message because you are subscribed to the Google Groups "owners-override" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
.