Lines Matching refs:UInt64
13 UInt64 GlobalTime;
14 UInt64 GlobalFreq;
15 UInt64 UserTime;
16 UInt64 UserFreq;
17 UInt64 UnpackSize;
18 UInt64 PackSize;
19 UInt64 NumIterations;
22 UInt64 GetUsage() const;
23 UInt64 GetRatingPerUsage(UInt64 rating) const;
24 UInt64 GetSpeed(UInt64 numCommands) const;
29 virtual HRESULT SetFreq(bool showFreq, UInt64 cpuFreq) = 0;
34 UInt64 GetCompressRating(UInt32 dictSize, UInt64 elapsedTime, UInt64 freq, UInt64 size);
35 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 n…
39 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary, bool totalBench = false);