All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
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]

List of all members.

Public Member Functions

 TextPerformanceLog ()
 ~TextPerformanceLog ()
void record (const char *name, Move correctMove, Move result, unsigned int nodes, unsigned int qnodes, double seconds, int depth)

Detailed Description

Definition at line 18 of file textPerformanceLog.h.


Constructor & Destructor Documentation

Definition at line 8 of file textPerformanceLog.cc.

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines