Searched defs:Report (Results 1 – 2 of 2) sorted by relevance
49 struct Report struct52 Report() in Report() function63 const char* name; //!< プロファイルの名前です。64 s64 elapsedTime; //!< 経過時間です。65 s32 callCount; //!< 呼び出し回数です。66 s64 maxElapsedTime; //!< 最大の経過時間です。67 s64 minElapsedTime; //!< 最小の経過時間です。68 u64 iCacheMiss; //!< 命令キャッシュミス数です。69 u64 dCacheReadMiss; //!< データキャッシュリードミス数です。70 u64 dCacheWriteMiss; //!< データキャッシュライトミス数です。[all …]
124 GraphicsDevice::Report() in Report() function in nw::gfx::GraphicsDevice