Lines Matching defs:Report
51 struct Report struct
54 Report() in Report() function
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; //!< データキャッシュライトミス数です。
318 struct Report struct
320 Report(){} in Report() function
333 bool AddReport(Report){ return false; } in AddReport() argument
335 bool StoreReport(Report){ return false; } in StoreReport() argument
442 void Report() const in Report() function