All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
osl::misc::log::PerformanceLog Struct Referenceabstract

#include <performanceLog.h>

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

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 ( )
inlinevirtual

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: