#include <htmlPerformanceLog.h>
Public メソッド | |
HtmlPerformanceLog (const char *filename, const char *title) | |
~HtmlPerformanceLog () | |
void | record (const char *name, Move correctMove, Move result, unsigned int nodes, unsigned int qnodes, double seconds, int depth) |
Public 変数 | |
std::ofstream | os |
htmlPerformanceLog.h の 18 行で定義されています。
osl::misc::log::HtmlPerformanceLog::HtmlPerformanceLog | ( | const char * | filename, | |
const char * | title | |||
) |
htmlPerformanceLog.cc の 7 行で定義されています。
参照先 os.
osl::misc::log::HtmlPerformanceLog::~HtmlPerformanceLog | ( | ) |
htmlPerformanceLog.cc の 16 行で定義されています。
参照先 os.
void osl::misc::log::HtmlPerformanceLog::record | ( | const char * | name, | |
Move | correctMove, | |||
Move | result, | |||
unsigned int | nodes, | |||
unsigned int | qnodes, | |||
double | seconds, | |||
int | depth | |||
) | [virtual] |
osl::misc::log::PerformanceLogを実装しています。
htmlPerformanceLog.cc の 23 行で定義されています。
参照先 osl::csaShow(), と os.
std::ofstream osl::misc::log::HtmlPerformanceLog::os |
htmlPerformanceLog.h の 20 行で定義されています。
参照元 HtmlPerformanceLog(), record(), と ~HtmlPerformanceLog().