Searched defs:LoadMeterDescription (Results 1 – 1 of 1) sorted by relevance
163 struct LoadMeterDescription struct166 LoadMeterDescription() in LoadMeterDescription() argument180 s64 startTick; //!< 開始チックです。181 float loadTime; //!< 負荷時間です。182 float loadGpuTime; //!< GPU負荷時間です。183 float waitTime; //!< コマンドリストの終了待ち時間です。184 float transferTime; //!< レンダーターゲットからの転送時間です。185 float gpuOtherTime; //!< 他のGPU処理の時間です。186 float cumulativeTime; //!< 累積時間です。187 float cumulativeGpuTime; //!< GPU累積時間です。[all …]