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