#include <usiReporter.h>
Static Public メソッド | |
static void | newDepth (int depth) |
static void | showPV (int depth, size_t node_count, double elapsed, int value, Move cur, const Move *first, const Move *last, bool ignore_silent=false) |
static void | rootMove (Move cur, bool allow_frequent_display=false) |
static void | timeInfo (size_t node_count, double elapsed) |
static void | hashInfo (double ratio) |
usiReporter.h の 10 行で定義されています。
void osl::search::UsiReporter::hashInfo | ( | double | ratio | ) | [static] |
usiReporter.cc の 80 行で定義されています。
void osl::search::UsiReporter::newDepth | ( | int | depth | ) | [static] |
usiReporter.cc の 11 行で定義されています。
void osl::search::UsiReporter::rootMove | ( | Move | cur, | |
bool | allow_frequent_display = false | |||
) | [static] |
usiReporter.cc の 49 行で定義されています。
参照先 SCOPED_LOCK, osl::record::csa::show(), と osl::OslConfig::usiModeInSilent().
void osl::search::UsiReporter::timeInfo | ( | size_t | node_count, | |
double | elapsed | |||
) | [static] |
usiReporter.cc の 69 行で定義されています。