Version without CTRACK for overhead measurement
| 126 | |
| 127 | // Version without CTRACK for overhead measurement |
| 128 | void leaf_function_no_track(int depth) |
| 129 | { |
| 130 | busy_wait_ns(1000); |
| 131 | } |
| 132 | |
| 133 | void level_3_function_no_track(int depth) |
| 134 | { |
no test coverage detected