将DoubleTime改名为PreciseTime

This commit is contained in:
2025-04-24 22:46:13 +08:00
parent 5f6aa10d7c
commit 31f3c23c4b
4 changed files with 7 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ int main(int,char **)
tp=t;
st=GetDoubleTime();
st=GetPreciseTime();
for(int i=0;i<TEST_COUNT;i++)
{
*m=tp->GetMatrix();
@@ -57,7 +57,7 @@ int main(int,char **)
++tp;
++m;
}
et=GetDoubleTime();
et=GetPreciseTime();
std::cout<<"Transform::GetMatrix() "<<TEST_COUNT<<" time: "<<et-st<<"sec."<<std::endl;
return 0;