Searched refs:complexInCommands (Results 1 – 1 of 1) sorted by relevance
72 bool isSpecifiedFreq, UInt64 cpuFreq, UInt64 &complexInCommands) in SetComplexCommands() argument74 complexInCommands = kComplexInCommands; in SetComplexCommands()82 complexInCommands = complexInSeconds * cpuFreq; in SetComplexCommands()84 complexInCommands = cpuFreq >> 2; in SetComplexCommands()1151 static UInt64 GetNumIterations(UInt64 numCommands, UInt64 complexInCommands) in GetNumIterations() argument1155 UInt64 res = complexInCommands / numCommands; in GetNumIterations()1162 UInt64 complexInCommands, in MethodBench()1276 …terations = GetNumIterations(benchProps->GeComprCommands(uncompressedDataSize), complexInCommands); in MethodBench()1346 …ons(benchProps->GeDecomprCommands(encoder.compressedSize, encoder.kBufferSize), complexInCommands); in MethodBench()2067 UInt64 complexInCommands, in TotalBench()[all …]