| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected