MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / printMetrics

Function printMetrics

Source/Tools/ImageCompare/ImageCompare.cpp:373–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373static void printMetrics(std::ostream& stream = std::cout)
374{
375 stream << "Available error metrics:" << std::endl;
376 for (const auto& metric : errorMetrics)
377 {
378 stream << " " << metric.name << " - " << metric.desc << std::endl;
379 }
380}
381
382int main(int argc, char** argv)
383{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected