#include <Dispatcher.h>
Onikiri::Dispatcher::SchedulerInfoに対する継承グラフ
Public メソッド | |
SchedulerInfo () | |
Public 変数 | |
OpList | dispatchingOps |
int | index |
s64 | numDispatchedOps |
s64 | saturateCount |
Scheduler * | scheduler |
Dispatcher.h の 133 行で定義されています。
Dispatcher::SchedulerInfo::SchedulerInfo | ( | ) |
Dispatcher.cpp の 52 行で定義されています。
00052 : 00053 index(0), 00054 saturateCount(0), 00055 scheduler(0), 00056 numDispatchedOps(0) 00057 { 00058 }
Dispatcher.h の 135 行で定義されています。
Dispatcher.h の 136 行で定義されています。
Dispatcher.h の 137 行で定義されています。