#include <usiReporter.h>
Static Public Member Functions | |
static void | newDepth (std::ostream &os, int depth) |
static void | showPV (std::ostream &os, int depth, size_t node_count, double elapsed, int value, Move cur, const Move *first, const Move *last, bool ignore_silent=false) |
static void | showPVExtended (std::ostream &os, int depth, size_t node_count, double elapsed, int value, Move cur, const Move *first, const Move *last, const bool *threatmate_first, const bool *threatmate_last) |
static void | rootMove (std::ostream &os, Move cur, bool allow_frequent_display=false) |
static void | timeInfo (std::ostream &os, size_t node_count, double elapsed) |
static void | hashInfo (std::ostream &os, double ratio) |
Definition at line 14 of file usiReporter.h.
|
static |
Definition at line 101 of file usiReporter.cc.
Referenced by osl::search::UsiMonitor::hashInfo().
|
static |
Definition at line 11 of file usiReporter.cc.
Referenced by osl::search::UsiMonitor::newDepth().
|
static |
Definition at line 72 of file usiReporter.cc.
References SCOPED_LOCK, and osl::record::csa::show().
Referenced by osl::search::UsiMonitor::rootFirstMove(), and osl::search::UsiMonitor::timeInfo().
|
static |
Definition at line 18 of file usiReporter.cc.
References osl::record::csa::show().
Referenced by osl::search::UsiMonitor::showPV(), and osl::game_playing::SpeculativeAllMoves::waitResult().
|
static |
Definition at line 46 of file usiReporter.cc.
References osl::record::csa::show().
Referenced by osl::search::UsiMonitor::showPV().
|
static |
Definition at line 91 of file usiReporter.cc.
Referenced by osl::search::UsiMonitor::timeInfo().