Home
last modified time | relevance | path

Searched defs:Report (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/dev/
Ddev_Profile.h51 struct Report struct
54 Report() in Report() argument
65 const char* name; //!< プロファイルの名前です
66 s64 elapsedTime; //!< 経過時間です
67 s32 callCount; //!< 呼び出し回数です
68 s64 maxElapsedTime; //!< 最大の経過時間です
69 s64 minElapsedTime; //!< 最小の経過時間です
70 u64 iCacheMiss; //!< 命令キャッシュミス数です
71 u64 dCacheReadMiss; //!< データキャッシュリードミス数です
72 u64 dCacheWriteMiss; //!< データキャッシュライトミス数です
[all …]
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_GraphicsDevice.cpp122 GraphicsDevice::Report() in Report() function in nw::gfx::GraphicsDevice