Lines Matching defs:LoadMeterDescription
163 struct LoadMeterDescription struct
166 LoadMeterDescription() in LoadMeterDescription() argument
180 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累積時間です。
188 float cumulativeWaitTime; //!< 累積コマンドリスト終了待ち時間です。
190 int drawCommandBufferSize; //!< 描画コマンドのサイズです。
192 s32 callCount; //!< 呼び出し回数です。
194 static const float NANO_TO_MILLI;
195 static const float MILLI_TO_RATE;