#include <textPerformanceLog.h>


Public Member Functions | |
| TextPerformanceLog () | |
| ~TextPerformanceLog () | |
| void | record (const char *name, Move correctMove, Move result, unsigned int nodes, unsigned int qnodes, double seconds, int depth) |
Definition at line 18 of file textPerformanceLog.h.
Definition at line 8 of file textPerformanceLog.cc.
Definition at line 12 of file textPerformanceLog.cc.
| void osl::misc::log::TextPerformanceLog::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 17 of file textPerformanceLog.cc.
References osl::csaShow().
1.7.6.1