HomeSort by relevance Sort by last modified time
    Searched refs:GlobalTime (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
Bench.h 10 UInt64 GlobalTime;
Bench.cpp 351 bi.GlobalTime = ::GetTimeCount();
359 dest.GlobalTime = ::GetTimeCount() - biStart.GlobalTime;
413 UInt64 globalTime = info.GlobalTime;
416 NormalizeVals(globalFreq, globalTime);
419 if (globalTime == 0)
420 globalTime = 1;
421 return userTime * globalFreq * 1000000 / userFreq / globalTime;
428 UInt64 globalTime = info.GlobalTime;
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 97 UInt64 speed = MyMultDiv64(info.UnpackSize, info.GlobalTime, info.GlobalFreq);
121 UInt64 rating = GetCompressRating(dictionarySize, info.GlobalTime, info.GlobalFreq, info.UnpackSize);
136 UInt64 rating = GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, info.PackSize, info.NumIterations);

Completed in 160 milliseconds