MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXNTC / GetTranscodingTime

Method GetTranscodingTime

samples/renderer/Profiler.cpp:182–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 }
181
182 static ImPlotPoint GetTranscodingTime(int idx, void* userData)
183 {
184 Profiler* profiler = static_cast<Profiler*>(userData);
185 return ImPlotPoint(GetTimeValue(idx, profiler), profiler->m_profilerHistory[idx].transcodingTime * c_SecondsToMs);
186 }
187
188 static ImPlotPoint GetTilesAllocated(int idx, void* userData)
189 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected