| 342 | } |
| 343 | |
| 344 | bool cmInstrumentation::HasHook(cmInstrumentationQuery::Hook hook) const |
| 345 | { |
| 346 | return (this->hooks.find(hook) != this->hooks.end()); |
| 347 | } |
| 348 | |
| 349 | int cmInstrumentation::CollectTimingData(cmInstrumentationQuery::Hook hook) |
| 350 | { |
no test coverage detected