| 28 | } |
| 29 | |
| 30 | std::shared_ptr<Phase> PhaseScope::StartPhaseThreadSafe(const std::string& phase) |
| 31 | { |
| 32 | return _phase ? _phase->StartPhaseThreadSafe(phase) : nullptr; |
| 33 | } |
| 34 | |
| 35 | void PhaseScope::StopPhase() |
| 36 | { |
nothing calls this directly
no outgoing calls
no test coverage detected