Lines Matching refs:UInt64
11 UInt64 Benchmark_GetUsage_Percents(UInt64 usage);
15 UInt64 GlobalTime;
16 UInt64 GlobalFreq;
17 UInt64 UserTime;
18 UInt64 UserFreq;
19 UInt64 UnpackSize;
20 UInt64 PackSize;
21 UInt64 NumIterations;
34 UInt64 GetUsage() const;
35 UInt64 GetRatingPerUsage(UInt64 rating) const;
36 UInt64 GetSpeed(UInt64 numUnits) const;
37 UInt64 GetUnpackSizeSpeed() const { return GetSpeed(UnpackSize * NumIterations); }
39 UInt64 Get_UnpackSize_Full() const { return UnpackSize * NumIterations; }
41 UInt64 GetRating_LzmaEnc(UInt64 dictSize) const;
42 UInt64 GetRating_LzmaDec() const;
48 // UInt64 NumIterations1; // for Usage
49 UInt64 NumIterations2; // for Rating / RPU
51 UInt64 Rating;
52 UInt64 Usage;
53 UInt64 RPU;
54 UInt64 Speed;
76 UInt64 GetBenchMemoryUsage(UInt32 numThreads, int level, UInt64 dictionary, bool totalBench);
81 // virtual HRESULT SetFreq(bool showFreq, UInt64 cpuFreq) = 0;
95 virtual HRESULT AddCpuFreq(unsigned numThreads, UInt64 freq, UInt64 usage) = 0;