All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
textPerformanceLog.h
Go to the documentation of this file.
1 /* textPerformanceLog.h
2  */
3 #ifndef OSL_TEXTPERFORMANCELOG_H
4 #define OSL_TEXTPERFORMANCELOG_H
5 
7 
12 namespace osl
13 {
14  namespace misc
15  {
16  namespace log
17  {
19  {
22  void record(const char *name, Move correctMove,
23  Move result, unsigned int nodes, unsigned int qnodes,
24  double seconds, int depth);
25  };
26  }
27  }
28 } // namespace osl
29 
30 
31 #endif /* OSL_TEXTPERFORMANCELOG_H */
32 // ;;; Local Variables:
33 // ;;; mode:c++
34 // ;;; c-basic-offset:2
35 // ;;; coding:utf-8
36 // ;;; End: