構造体 Onikiri::BPred::Statistics

#include <BPred.h>

Onikiri::BPred::Statisticsに対する継承グラフ

Inheritance graph
[凡例]
Onikiri::BPred::Statisticsのコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

Public メソッド

void SetName (const String &name)
 Statistics ()

Public 変数

String name
u64 numHit
u64 numMiss

説明

BPred.h115 行で定義されています。


コンストラクタとデストラクタ

BPred::Statistics::Statistics (  ) 

BPred.cpp66 行で定義されています。

参照先 numHitnumMiss.

00067 {
00068     numHit  = 0;
00069     numMiss = 0;
00070 }


関数

void BPred::Statistics::SetName ( const String name  ) 

BPred.cpp72 行で定義されています。

参照先 name.

00073 {
00074     this->name = name;
00075 }


変数

String Onikiri::BPred::Statistics::name

BPred.h129 行で定義されています。

参照元 SetName().

u64 Onikiri::BPred::Statistics::numHit

BPred.h130 行で定義されています。

参照元 Onikiri::BPred::Commit()Statistics().

u64 Onikiri::BPred::Statistics::numMiss

BPred.h131 行で定義されています。

参照元 Onikiri::BPred::Commit()Statistics().


この構造体の説明は次のファイルから生成されました:
Onikiri2に対してTue Jun 18 14:51:34 2013に生成されました。  doxygen 1.4.7