| 268 | } |
| 269 | void prof_stop() { return; } |
| 270 | void prof_region_begin(const char* s, int, bool) |
| 271 | { |
| 272 | SCOREP_USER_REGION_BY_NAME_BEGIN(s, SCOREP_USER_REGION_TYPE_COMMON); |
| 273 | return; |
| 274 | } |
| 275 | void prof_region_end(const char* s, bool) |
| 276 | { |
| 277 | SCOREP_USER_REGION_BY_NAME_END(s); |
no outgoing calls
no test coverage detected