MCPcopy Create free account
hub / github.com/Abc-Arbitrage/Disruptor-cpp / tryGetLatencyTest

Method tryGetLatencyTest

Disruptor.PerfTests/TestRepository.cpp:129–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 bool TestRepository::tryGetLatencyTest(const std::string& testName, LatencyTestInfo& testInfo) const
130 {
131 auto it = m_latencyTestInfosByName.find(boost::algorithm::to_lower_copy(testName));
132 if (it == m_latencyTestInfosByName.end())
133 return false;
134
135 testInfo = it->second;
136 return true;
137 }
138
139} // namespace PerfTests
140} // namespace Disruptor

Callers 1

runOneTestFunction · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected