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