#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 Member Functions inherited from osl::misc::log::PerformanceLog | |
| virtual | ~PerformanceLog () | 
| 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.
| osl::misc::log::HtmlPerformanceLog::~HtmlPerformanceLog | ( | ) | 
Definition at line 16 of file htmlPerformanceLog.cc.
| 
 | 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.8.4
 1.8.4