#include "osl/progress/effect5x3.h"#include "osl/progress/effect5x3d.h"#include "osl/record/csaString.h"#include "osl/record/csaRecord.h"#include "osl/misc/perfmon.h"#include "osl/apply_move/applyMove.h"#include <iostream>#include <fstream>
関数 | |
| void | usage (const char *program_name) |
| void | run (const char *filename) |
| void | finish () |
| int | main (int argc, char **argv) |
変数 | |
| size_t | skip_first = 0 |
| unsigned long long | total_cycles = 0 |
| unsigned long long | total_cycles_naive = 0 |
| unsigned long long | positions = 0 |
| void finish | ( | ) |
progress_perf.cc の 93 行で定義されています。
参照先 positions, と total_cycles.
参照元 osl::search::AlphaBeta2< EvalT >::computeBestMoveIteratively(), osl::search::QuiescenceGenerator< P >::escapeAll(), osl::search::QuiescenceSearch2< EvalT >::examineTakeBack2(), main(), osl::search::AlphaBeta2Tree< EvalT >::quiesce(), osl::search::AlphaBeta2Tree< EvalT >::quiesceRoot(), osl::search::QuiescenceSearch2< EvalT >::searchMain(), と osl::search::QuiescenceSearch2< EvalT >::staticValueWithThreat().
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
progress_perf.cc の 25 行で定義されています。
参照先 finish(), run(), skip_first, と usage().
| void run | ( | const char * | filename | ) |
progress_perf.cc の 70 行で定義されています。
参照先 moves, positions, skip_first, osl::misc::PerfMon::stop(), total_cycles, と osl::progress::Effect5x3::update().
| void usage | ( | const char * | program_name | ) |
progress_perf.cc の 15 行で定義されています。
| unsigned long long positions = 0 |
progress_perf.cc の 69 行で定義されています。
| size_t skip_first = 0 |
progress_perf.cc の 21 行で定義されています。
| unsigned long long total_cycles = 0 |
progress_perf.cc の 67 行で定義されています。
| unsigned long long total_cycles_naive = 0 |
progress_perf.cc の 68 行で定義されています。
参照元 run().
1.6.3