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