All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
osl::misc::log::PerformanceLog Struct Reference

#include <performanceLog.h>

Inheritance diagram for osl::misc::log::PerformanceLog:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

Definition at line 18 of file performanceLog.h.


Constructor & Destructor Documentation

virtual osl::misc::log::PerformanceLog::~PerformanceLog ( ) [inline, virtual]

Definition at line 20 of file performanceLog.h.


Member Function Documentation

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]

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines