diff --git a/math/TransformBenchmark.cpp b/math/TransformBenchmark.cpp index 08d6efb..bf7ba0e 100644 --- a/math/TransformBenchmark.cpp +++ b/math/TransformBenchmark.cpp @@ -49,7 +49,7 @@ int main(int,char **) tp=t; - st=GetDoubleTime(); + st=GetPreciseTime(); for(int i=0;iGetMatrix(); @@ -57,7 +57,7 @@ int main(int,char **) ++tp; ++m; } - et=GetDoubleTime(); + et=GetPreciseTime(); std::cout<<"Transform::GetMatrix() "<Init(); h->Update(file_data,file_length); h->Final(hash_code); - end_time=GetDoubleTime(); + end_time=GetPreciseTime(); ToLowerHexStr(hash_str,hash_code,hash_length);