| 131 | } |
| 132 | |
| 133 | void level_3_function_no_track(int depth) |
| 134 | { |
| 135 | busy_wait_ns(500); |
| 136 | leaf_function_no_track(depth + 1); |
| 137 | leaf_function_no_track(depth + 1); |
| 138 | } |
| 139 | |
| 140 | void level_2_function_no_track(int depth, int iterations) |
| 141 | { |
no test coverage detected