MCPcopy Create free account
hub / github.com/GPUOpen-Tools/compressonator / LogErrorToCSVFile

Function LogErrorToCSVFile

applications/_plugins/common/cmdline.cpp:2727–2737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2725}
2726
2727void LogErrorToCSVFile(AnalysisErrorCodeType error)
2728{
2729 // Used in test automation and results validation
2730 if (g_CmdPrams.logcsvformat)
2731 {
2732 CMP_ANALYSIS_DATA analysisData = {0};
2733 analysisData.SSIM = -1; // Set data content is invalid and not processed
2734 analysisData.errCode = error;
2735 ProcessResults(g_CmdPrams, analysisData);
2736 }
2737}
2738
2739void PrintInfoStr(const char* InfoStr)
2740{

Callers 1

ProcessCMDLineFunction · 0.85

Calls 1

ProcessResultsFunction · 0.85

Tested by

no test coverage detected