Added total memory size to summary.

This commit is contained in:
XMRig 2019-11-29 11:06:28 +07:00
parent ada99a6dd1
commit 33f6b91146
No known key found for this signature in database
GPG key ID: 446A53638BE94409
3 changed files with 8 additions and 3 deletions

View file

@ -58,7 +58,7 @@ namespace xmrig {
extern template class Threads<OclThreads>;
constexpr const size_t oneMiB = 1024u * 1024u;
constexpr const size_t oneMiB = 1024U * 1024U;
static const char *tag = MAGENTA_BG_BOLD(WHITE_BOLD_S " ocl ");
static const String kType = "opencl";
static std::mutex mutex;