| 368 | } |
| 369 | |
| 370 | ProfRegion::ProfRegion(char const* name, bool sync) |
| 371 | : ProfRegion{name, next_color(), sync} |
| 372 | {} |
| 373 | |
| 374 | ProfRegion::ProfRegion(char const* name, int color, bool sync) |
| 375 | : m_name{name}, m_sync{sync} |
nothing calls this directly
no test coverage detected