/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
private: #ifdefined(HAVE_CPU_FREQ_SUPPORT) # ifdefined(GP_OS_windows)
LPWSTR mBlockIndex = nullptr;
DWORD mCounterNameIndex = 0; // The size of the counter block is about 8kB for a machine with 20 cores, // so 32kB should be plenty.
DWORD mBufferSize = 32768;
LPBYTE mBuffer = nullptr; # endif
mozilla::Vector<CPUCounterInfo> mCPUCounters; #endif
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.