Lines Matching refs:time
21 #include <sys/time.h>
549 time_t startTime = time(nullptr);
561 curTime = time(nullptr);
592 cout << "run time is: " << i << ", handle is:" << handle << endl;
595 cout << "2000 times finish, run time is " << totalTime << endl;
624 cout << "run time is: " << i << ", ret is:" << ret << endl;
626 cout << "2000 times finish, run time is " << totalTime << endl;
656 cout << "run time is: " << i << ", track id is:" << trackId << endl;
658 cout << "2000 times finish, run time is " << totalTime << endl;
692 cout << "run time is: " << i << ", ret is:" << ret << endl;
696 cout << "2000 times finish, run time is " << totalTime << endl;
732 cout << "run time is: " << i << ", ret is:" << ret << endl;
734 cout << "2000 times finish, run time is " << totalTime << endl;
771 cout << "run time is: " << i << ", ret is:" << ret << endl;
773 cout << "2000 times finish, run time is " << totalTime << endl;
813 cout << "run time is: " << i << ", ret is:" << ret << endl;
817 cout << "2000 times finish, run time is " << totalTime << endl;
848 cout << "run time is: " << i << ", ret is:" << ret << endl;
850 cout << "2000 times finish, run time is " << totalTime << endl;
859 * @tc.name : m4a(long time)
865 time_t startTime = time(nullptr);
871 cout << "run time: " << difftime(curTime, startTime) << " seconds" << endl;
911 curTime = time(nullptr);
920 * @tc.name : mp4(long time)
926 time_t startTime = time(nullptr);
932 cout << "run time: " << difftime(curTime, startTime) << " seconds" << endl;
966 curTime = time(nullptr);
975 * @tc.name : m4a(thread long time)
999 * @tc.name : mp4(thread long time)