#include <Fetcher.h>
Public メソッド | |
StallCycles () | |
Public 変数 | |
s64 | checkpoint |
s64 | currentSyscall |
s64 | inorderList |
s64 | nextSyscall |
s64 | others |
s64 | total |
Onikiri::Fetcher::StallCycles::StallCycles | ( | ) | [inline] |
00262 : 00263 currentSyscall(0), nextSyscall(0), checkpoint(0), inorderList(0), total(0), others(0) 00264 { 00265 } } m_stallCycles;