MCPcopy Create free account
hub / github.com/apple/foundationdb / registerProbe

Function registerProbe

flow/CodeProbe.cpp:250–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250void registerProbe(const ICodeProbe& probe) {
251 CodeProbes::instance().add(&probe);
252}
253
254void traceMissedProbes(Optional<ExecutionContext> context) {
255 CodeProbes::instance().traceMissedProbes(context);

Callers 1

CodeProbeImplMethod · 0.85

Calls 1

addMethod · 0.45

Tested by

no test coverage detected