mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-23 13:22:46 -05:00
Added --calibrate-algo-time command line switch support
This commit is contained in:
@@ -50,6 +50,7 @@ public:
|
||||
inline bool isColors() const { return m_colors; }
|
||||
inline bool isDryRun() const { return m_dryRun; }
|
||||
inline bool isCalibrateAlgo() const { return m_calibrateAlgo; }
|
||||
inline int calibrateAlgoTime() const { return m_calibrateAlgoTime; }
|
||||
inline bool isSaveConfig() const { return m_saveConfig; }
|
||||
inline bool isSyslog() const { return m_syslog; }
|
||||
inline const char *apiToken() const { return m_apiToken.data(); }
|
||||
@@ -91,6 +92,7 @@ protected:
|
||||
bool m_colors;
|
||||
bool m_dryRun;
|
||||
bool m_calibrateAlgo;
|
||||
int m_calibrateAlgoTime;
|
||||
bool m_saveConfig;
|
||||
bool m_syslog;
|
||||
bool m_watch;
|
||||
|
||||
Reference in New Issue
Block a user