#include <htmlPerformanceLog.h>


Public Member Functions | |
| 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 Attributes | |
| std::ofstream | os |
Definition at line 18 of file htmlPerformanceLog.h.
| osl::misc::log::HtmlPerformanceLog::HtmlPerformanceLog | ( | const char * | filename, |
| const char * | title | ||
| ) |
Definition at line 7 of file htmlPerformanceLog.cc.
References os.
Definition at line 16 of file htmlPerformanceLog.cc.
| void osl::misc::log::HtmlPerformanceLog::record | ( | const char * | name, |
| Move | correctMove, | ||
| Move | result, | ||
| unsigned int | nodes, | ||
| unsigned int | qnodes, | ||
| double | seconds, | ||
| int | depth | ||
| ) | [virtual] |
Implements osl::misc::log::PerformanceLog.
Definition at line 23 of file htmlPerformanceLog.cc.
References osl::csaShow().
| std::ofstream osl::misc::log::HtmlPerformanceLog::os |
Definition at line 20 of file htmlPerformanceLog.h.
Referenced by HtmlPerformanceLog().
1.7.6.1