MCPcopy Create free account
hub / github.com/chronoxor/CppBenchmark / StartPhaseThreadSafe

Method StartPhaseThreadSafe

source/benchmark/phase_scope.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30std::shared_ptr<Phase> PhaseScope::StartPhaseThreadSafe(const std::string& phase)
31{
32 return _phase ? _phase->StartPhaseThreadSafe(phase) : nullptr;
33}
34
35void PhaseScope::StopPhase()
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected