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

Method printProbesXML

flow/CodeProbe.cpp:272–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272void ICodeProbe::printProbesXML() {
273 CodeProbes::instance().printXML();
274}
275
276void ICodeProbe::printProbesJSON(std::vector<std::string> const& ctxs) {
277 CodeProbes::instance().printJSON(ctxs);

Callers

nothing calls this directly

Calls 1

printXMLMethod · 0.80

Tested by

no test coverage detected