not used
| 2352 | } |
| 2353 | //not used |
| 2354 | bool IsCounterRegistered(uint16_t counterUid) const override |
| 2355 | { |
| 2356 | arm::pipe::IgnoreUnused(counterUid); |
| 2357 | return false; |
| 2358 | } |
| 2359 | bool IsCounterRegistered(const std::string& counterName) const override |
| 2360 | { |
| 2361 | arm::pipe::IgnoreUnused(counterName); |
no test coverage detected