Added BenchConfig class.
This commit is contained in:
parent
a3daaf09f5
commit
027a6f8ae2
19 changed files with 321 additions and 127 deletions
|
@ -42,6 +42,10 @@ private:
|
|||
void transformBoolean(rapidjson::Document &doc, int key, bool enable);
|
||||
void transformUint64(rapidjson::Document &doc, int key, uint64_t arg);
|
||||
|
||||
# ifdef XMRIG_FEATURE_BENCHMARK
|
||||
void transformBenchmark(rapidjson::Document &doc, int key, const char *arg);
|
||||
# endif
|
||||
|
||||
bool m_opencl = false;
|
||||
int64_t m_affinity = -1;
|
||||
uint64_t m_intensity = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue