Skip to content
Snippets Groups Projects
Unverified Commit 9d0dea1c authored by bgallois's avatar bgallois
Browse files

update documentation

parent e02fd02a
Branches
No related tags found
No related merge requests found
Pipeline #34512 passed
This commit is part of merge request !197. Comments created here will be created in the context of that merge request.
...@@ -89,3 +89,5 @@ When designing handlers and internal functions, it is advisable to avoid having ...@@ -89,3 +89,5 @@ When designing handlers and internal functions, it is advisable to avoid having
1. **Simplified Benchmarking**: Writing benchmarks for hooks or calls where handlers and internal functions are utilized becomes more straightforward. 1. **Simplified Benchmarking**: Writing benchmarks for hooks or calls where handlers and internal functions are utilized becomes more straightforward.
2. **Reduced Benchmarking Complexity**: By directly measuring execution and overhead in a single pass, the number of benchmarks is minimized. 2. **Reduced Benchmarking Complexity**: By directly measuring execution and overhead in a single pass, the number of benchmarks is minimized.
3. **Enhanced Readability**: Understanding that weight accounting occurs at the outermost level improves the overall readability of the code. 3. **Enhanced Readability**: Understanding that weight accounting occurs at the outermost level improves the overall readability of the code.
One notable exception is the internal functions called in hooks like `on_idle` or `on_initialize` that can be easier to benchmark separately when the hook contains numerous branching.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment