Searched refs:complexInCommands (Results 1 – 1 of 1) sorted by relevance
62 static void SetComplexCommands(UInt32 complexInSeconds, UInt64 cpuFreq, UInt64 &complexInCommands) in SetComplexCommands() argument64 complexInCommands = kComplexInCommands; in SetComplexCommands()71 complexInCommands = complexInSeconds * cpuFreq; in SetComplexCommands()73 complexInCommands = cpuFreq >> 2; in SetComplexCommands()1013 static UInt64 GetNumIterations(UInt64 numCommands, UInt64 complexInCommands) in GetNumIterations() argument1017 UInt64 res = complexInCommands / numCommands; in GetNumIterations()1023 UInt64 complexInCommands, in MethodBench()1115 …terations = GetNumIterations(benchProps->GeComprCommands(uncompressedDataSize), complexInCommands); in MethodBench()1179 …ons(benchProps->GeDecomprCommands(encoder.compressedSize, encoder.kBufferSize), complexInCommands); in MethodBench()1757 UInt64 complexInCommands, in TotalBench()[all …]