#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::computeBestMoveIteratively(), osl::search::QuiescenceGenerator< P >::escapeAll(), osl::search::QuiescenceSearch2< EvalT >::examineTakeBack2(), osl::search::QuiescenceSearch< EvalT >::examineTakeBack2(), main(), osl::search::AlphaBeta2Tree::quiesce(), osl::search::AlphaBeta2Tree::quiesceRoot(), osl::search::QuiescenceSearch2< EvalT >::searchMain(), osl::search::QuiescenceSearch< EvalT >::searchMain(), osl::search::QuiescenceSearch2< EvalT >::staticValueWithThreat(), と osl::search::QuiescenceSearch< EvalT >::staticValueWithThreat().
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| void run | ( | const char * | filename | ) |
| void usage | ( | const char * | program_name | ) |
progress_perf.cc の 15 行で定義されています。
| unsigned long long positions = 0 |
| 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 |
1.5.6