#include <performanceLog.h>

Public Member Functions | |
| virtual | ~PerformanceLog () |
| virtual void | record (const char *name, Move correctMove, Move result, unsigned int nodes, unsigned int qnodes, double seconds, int depth)=0 |
Definition at line 18 of file performanceLog.h.
| virtual osl::misc::log::PerformanceLog::~PerformanceLog | ( | ) | [inline, virtual] |
Definition at line 20 of file performanceLog.h.
| virtual void osl::misc::log::PerformanceLog::record | ( | const char * | name, |
| Move | correctMove, | ||
| Move | result, | ||
| unsigned int | nodes, | ||
| unsigned int | qnodes, | ||
| double | seconds, | ||
| int | depth | ||
| ) | [pure virtual] |
Implemented in osl::misc::log::HtmlPerformanceLog, and osl::misc::log::TextPerformanceLog.
1.7.6.1