Disable print to stderr from nvperf

This commit is contained in:
baldurk
2023-01-27 10:24:34 +00:00
parent bb80255925
commit 2dab264dee
@@ -430,6 +430,7 @@ bool NVCounterEnumerator::InitializeNvPerf()
{
RDCWARN("NvPerf could not set library search path");
}
nv::perf::UserLogEnableStderr(false);
return nv::perf::InitializeNvPerf();
}