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

#include <textPerformanceLog.h>

Inheritance diagram for osl::misc::log::TextPerformanceLog:
Inheritance graph
[legend]
Collaboration diagram for osl::misc::log::TextPerformanceLog:
Collaboration graph
[legend]

Public Member Functions

 TextPerformanceLog ()
 
 ~TextPerformanceLog ()
 
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 ()
 

Detailed Description

Definition at line 18 of file textPerformanceLog.h.

Constructor & Destructor Documentation

osl::misc::log::TextPerformanceLog::TextPerformanceLog ( )

Definition at line 8 of file textPerformanceLog.cc.

osl::misc::log::TextPerformanceLog::~TextPerformanceLog ( )

Definition at line 12 of file textPerformanceLog.cc.

Member Function Documentation

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


The documentation for this struct was generated from the following files: