Line | Hotness | Pass | Source | Function / Inlining Chain |
---|---|---|---|---|
1 | extern void foo (void); |
|||
2 | void test (void) |
|||
3 | { |
|||
4 | for (int i = 0; i < 5; i++) |
|||
178993000 | cunrolli | ^loop with 5 iterations completely unrolled (header execution count 178992760)
|
|
|
5 | foo (); |
|||
6 | } |