Tactics: Western Philosophers Vs. Musicians
0.12
A turn-based tactical game combining rules and gameplay elements inspired by Final Fantasy Tactics and the Mayfair Exponential Game System. Unlike most games of this type, motion is in full, grid-less 3D.
|
Functions | |
void | beginLogging (const char *logFilepath_) |
void | logTime (double time_, bool isTestDone_=false) |
void | endLogging () |
void | add_randomKeys128_1 () |
void | add_randomKeys128_256 () |
void | add_randomKeys4096_1 () |
void | add_randomKeys4096_8192 () |
void | add_randomKeys131072_1 () |
void | add_randomKeys131072_262144 () |
void | find_randomKeys4096_8192 () |
void | find_randomKeys131072_262144 () |
void | remove_randomKeys4096_8192 () |
void | clear_randomKeys4096_8192 () |
void | go (const char *logFilepath_) |
Variables | |
ofstream | log |
PrecisionTimer | g_timer |
void OpenSkyNet::Utils::HashBenchmarkTests::add_randomKeys128_1 | ( | ) |
void OpenSkyNet::Utils::HashBenchmarkTests::add_randomKeys128_256 | ( | ) |
void OpenSkyNet::Utils::HashBenchmarkTests::add_randomKeys131072_1 | ( | ) |
void OpenSkyNet::Utils::HashBenchmarkTests::add_randomKeys131072_262144 | ( | ) |
void OpenSkyNet::Utils::HashBenchmarkTests::add_randomKeys4096_1 | ( | ) |
void OpenSkyNet::Utils::HashBenchmarkTests::add_randomKeys4096_8192 | ( | ) |
void OpenSkyNet::Utils::HashBenchmarkTests::beginLogging | ( | const char * | logFilepath_ | ) |
void OpenSkyNet::Utils::HashBenchmarkTests::clear_randomKeys4096_8192 | ( | ) |
void OpenSkyNet::Utils::HashBenchmarkTests::endLogging | ( | ) |
void OpenSkyNet::Utils::HashBenchmarkTests::find_randomKeys131072_262144 | ( | ) |
void OpenSkyNet::Utils::HashBenchmarkTests::find_randomKeys4096_8192 | ( | ) |
void OpenSkyNet::Utils::HashBenchmarkTests::go | ( | const char * | logFilepath_ | ) |
void OpenSkyNet::Utils::HashBenchmarkTests::logTime | ( | double | time_, |
bool | isTestDone_ = false |
||
) |
void OpenSkyNet::Utils::HashBenchmarkTests::remove_randomKeys4096_8192 | ( | ) |
PrecisionTimer OpenSkyNet::Utils::HashBenchmarkTests::g_timer |
ofstream OpenSkyNet::Utils::HashBenchmarkTests::log |