Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/dev/
Ddev_Profile.h49 struct Report struct
52 Report() in Report() argument
63 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 …]
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_GraphicsDevice.cpp120 GraphicsDevice::Report() in Report() function in nw::gfx::GraphicsDevice