/foundation/multimedia/camera_lite/test/unittest/ |
H A D | camera_lite_test.cpp | 604 int64_t totalTime = 0; in HWTEST_F() local 609 totalTime += tv2.tv_sec * usecTimes + tv2.tv_nsec - (tv1.tv_sec * usecTimes + tv1.tv_nsec); in HWTEST_F() 612 EXPECT_TRUE(totalTime <= expectTime * performanceTestTimes); in HWTEST_F() 630 int64_t totalTime = 0; in HWTEST_F() local 635 totalTime += tv2.tv_sec * usecTimes + tv2.tv_nsec - (tv1.tv_sec * usecTimes + tv1.tv_nsec); in HWTEST_F() 638 EXPECT_TRUE(totalTime <= expectTime * performanceTestTimes); in HWTEST_F() 674 int64_t totalTime = 0; in HWTEST_F() local 679 totalTime += tv2.tv_sec * usecTimes + tv2.tv_nsec - (tv1.tv_sec * usecTimes + tv1.tv_nsec); in HWTEST_F() 682 EXPECT_TRUE(totalTime <= expectTime * performanceTestTimes); in HWTEST_F() 719 int64_t totalTime in HWTEST_F() local 758 int64_t totalTime = 0; HWTEST_F() local 800 int64_t totalTime = 0; HWTEST_F() local 881 int64_t totalTime = 0; HWTEST_F() local 914 int64_t totalTime = 0; HWTEST_F() local 945 int64_t totalTime = 0; HWTEST_F() local 975 int64_t totalTime = 0; HWTEST_F() local 1073 int64_t totalTime = 0; HWTEST_F() local 1091 int64_t totalTime = 0; HWTEST_F() local 1109 int64_t totalTime = 0; HWTEST_F() local 1127 int64_t totalTime = 0; HWTEST_F() local 1277 int64_t totalTime = 0; HWTEST_F() local 1298 int64_t totalTime = 0; HWTEST_F() local 1319 int64_t totalTime = 0; HWTEST_F() local 1340 int64_t totalTime = 0; HWTEST_F() local 1362 int64_t totalTime = 0; HWTEST_F() local 1386 int64_t totalTime = 0; HWTEST_F() local 1410 int64_t totalTime = 0; HWTEST_F() local 1434 int64_t totalTime = 0; HWTEST_F() local 1537 int64_t totalTime = 0; HWTEST_F() local 1557 int64_t totalTime = 0; HWTEST_F() local 1578 int64_t totalTime = 0; HWTEST_F() local 1598 int64_t totalTime = 0; HWTEST_F() local 1693 int64_t totalTime = 0; HWTEST_F() local 1747 int64_t totalTime = 0; HWTEST_F() local 2044 int64_t totalTime = 0; HWTEST_F() local 2074 int64_t totalTime = 0; HWTEST_F() local [all...] |
/foundation/communication/netstack/utils/common_utils/src/ |
H A D | netstack_hisysevent.cpp | 86 if (httpPerfInfo.IsSuccess() && httpPerfInfo.totalTime != 0) { in ProcessHttpPerfHiSysevent() 88 eventInfo.totalTime += httpPerfInfo.totalTime; in ProcessHttpPerfHiSysevent() 89 eventInfo.totalRate += httpPerfInfo.size / httpPerfInfo.totalTime; in ProcessHttpPerfHiSysevent() 113 eventInfo.totalTime = 0.0; in ResetCounters() 143 eventInfo.packageName, TOTAL_TIME_EPARA, eventInfo.totalTime, TOTAL_RATE_EPARA, eventInfo.totalRate, in SendHttpPerfEvent()
|
/foundation/communication/netstack/test/unittest/utils/common_utils/ |
H A D | netstack_hisysevent_test.cpp | 76 httpPerfInfo.totalTime = 0.0; in HWTEST_F() 85 httpPerfInfo.totalTime = 100.0; in HWTEST_F() 94 httpPerfInfo.totalTime = 100.0; in HWTEST_F() 97 EXPECT_EQ(EventReport::GetInstance().eventInfo.totalTime, 0); in HWTEST_F() 104 httpPerfInfo.totalTime = 100.0; in HWTEST_F() 116 EventReport::GetInstance().eventInfo.totalTime = 10.0; in HWTEST_F() 128 EXPECT_EQ(EventReport::GetInstance().eventInfo.totalTime, 0.0); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/ |
H A D | NativeStablityTest.cpp | 298 double totalTime = 0; in HWTEST_F() local 305 totalTime += (end.tv_sec - start.tv_sec) + (end.tv_usec - start.tv_usec) / 1000000.0; in HWTEST_F() 309 cout << "2000 times finish, run time is " << totalTime << endl; in HWTEST_F() 322 double totalTime = 0; in HWTEST_F() local 329 totalTime += (end.tv_sec - start.tv_sec) + (end.tv_usec - start.tv_usec) / 1000000.0; in HWTEST_F() 333 cout << "2000 times finish, run time is " << totalTime << endl; in HWTEST_F() 346 double totalTime = 0; in HWTEST_F() local 356 totalTime += (end.tv_sec - start.tv_sec) + (end.tv_usec - start.tv_usec) / 1000000.0; in HWTEST_F() 358 cout << "2000 times finish, run time is " << totalTime << endl; in HWTEST_F() 372 double totalTime in HWTEST_F() local 402 double totalTime = 0; HWTEST_F() local 441 double totalTime = 0; HWTEST_F() local 482 double totalTime = 0; HWTEST_F() local 525 double totalTime = 0; HWTEST_F() local 570 double totalTime = 0; HWTEST_F() local 614 double totalTime = 0; HWTEST_F() local 683 double totalTime = 0; HWTEST_F() local 814 double totalTime = 0; HWTEST_F() local [all...] |
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/ |
H A D | NativeStablityTest.cpp | 189 double totalTime = 0; in HWTEST_F() local 196 totalTime += (end.tv_sec - start.tv_sec) + (end.tv_usec - start.tv_usec) / 1000000.0; in HWTEST_F() 200 cout << "2000 times finish, run time is " << totalTime << endl; in HWTEST_F() 213 double totalTime = 0; in HWTEST_F() local 220 totalTime += (end.tv_sec - start.tv_sec) + (end.tv_usec - start.tv_usec) / 1000000.0; in HWTEST_F() 224 cout << "2000 times finish, run time is " << totalTime << endl; in HWTEST_F() 237 double totalTime = 0; in HWTEST_F() local 247 totalTime += (end.tv_sec - start.tv_sec) + (end.tv_usec - start.tv_usec) / 1000000.0; in HWTEST_F() 249 cout << "2000 times finish, run time is " << totalTime << endl; in HWTEST_F() 263 double totalTime in HWTEST_F() local 293 double totalTime = 0; HWTEST_F() local 336 double totalTime = 0; HWTEST_F() local 381 double totalTime = 0; HWTEST_F() local 428 double totalTime = 0; HWTEST_F() local 477 double totalTime = 0; HWTEST_F() local 525 double totalTime = 0; HWTEST_F() local 584 double totalTime = 0; HWTEST_F() local 699 double totalTime = 0; HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/jank_detector/ |
H A D | rs_jank_detector.cpp | 30 uint64_t totalTime = 0;
member 42 std::string msg = "It took " + std::to_string(frameMsg.totalTime) + "ns to draw, "
in DrawEventReport() 107 frameMsg.totalTime = frameMsg.renderDrawTime;
in CalculateSkippedFrame() 111 skippedFrame = static_cast<int>(frameMsg.totalTime / refreshPeriod_);
in CalculateSkippedFrame()
|
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/dfx/ |
H A D | multistages_capture_dfx_trigger_ratio.h | 41 MultiStagesCaptureDfxTriggerRatio(const MultiStagesCaptureDfxTriggerRatio &totalTime) = delete;
member in OHOS::Media::MultiStagesCaptureDfxTriggerRatio 42 const MultiStagesCaptureDfxTriggerRatio &operator=(const MultiStagesCaptureDfxTriggerRatio &totalTime) = delete;
member in OHOS::Media::MultiStagesCaptureDfxTriggerRatio
|
H A D | multistages_capture_dfx_total_time.h | 37 MultiStagesCaptureDfxTotalTime(const MultiStagesCaptureDfxTotalTime &totalTime) = delete; member in OHOS::Media::MultiStagesCaptureDfxTotalTime 38 const MultiStagesCaptureDfxTotalTime &operator=(const MultiStagesCaptureDfxTotalTime &totalTime) = delete; member in OHOS::Media::MultiStagesCaptureDfxTotalTime
|
H A D | multistages_capture_dfx_first_visit.h | 47 MultiStagesCaptureDfxFirstVisit(const MultiStagesCaptureDfxFirstVisit &totalTime) = delete;
member in OHOS::Media::MultiStagesCaptureDfxFirstVisit 48 const MultiStagesCaptureDfxFirstVisit &operator=(const MultiStagesCaptureDfxFirstVisit &totalTime) = delete;
member in OHOS::Media::MultiStagesCaptureDfxFirstVisit
|
/foundation/multimedia/audio_framework/frameworks/native/opensles/test/unittest/opensles_player_test/src/ |
H A D | audio_opensles_player_unit_test.cpp | 887 int64_t totalTime = 0; in HWTEST() local 892 totalTime += tv2.tv_sec * USEC_TIMES + tv2.tv_nsec - (tv1.tv_sec * USEC_TIMES + tv1.tv_nsec); in HWTEST() 894 EXPECT_TRUE(totalTime <= EXPECT_TIME * PERFORMANCE_TEST_TIME); in HWTEST() 901 int64_t totalTime = 0; in HWTEST() local 906 totalTime += tv2.tv_sec * USEC_TIMES + tv2.tv_nsec - (tv1.tv_sec * USEC_TIMES + tv1.tv_nsec); in HWTEST() 908 EXPECT_TRUE(totalTime <= EXPECT_TIME * PERFORMANCE_TEST_TIME); in HWTEST() 915 int64_t totalTime = 0; in HWTEST() local 922 totalTime += tv2.tv_sec * USEC_TIMES + tv2.tv_nsec - (tv1.tv_sec * USEC_TIMES + tv1.tv_nsec); in HWTEST() 924 EXPECT_TRUE(totalTime <= EXPECT_TIME * PERFORMANCE_TEST_TIME); in HWTEST() 931 int64_t totalTime in HWTEST() local 947 int64_t totalTime = 0; HWTEST() local 961 int64_t totalTime = 0; HWTEST() local 997 int64_t totalTime = 0; HWTEST() local 1012 int64_t totalTime = 0; HWTEST() local 1028 int64_t totalTime = 0; HWTEST() local 1043 int64_t totalTime = 0; HWTEST() local 1058 int64_t totalTime = 0; HWTEST() local 1072 int64_t totalTime = 0; HWTEST() local 1087 int64_t totalTime = 0; HWTEST() local [all...] |
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/dfx/ |
H A D | multistages_capture_dfx_total_time.cpp | 58 int64_t totalTime = MediaFileUtils::UTCTimeMilliSeconds() - startTime;
in Report() local 60 VariantMap map = {{KEY_PHOTO_ID, photoId}, {KEY_TOTAL_TIME_COST, totalTime}};
in Report()
|
/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/ |
H A D | NativeAVMuxerStablityTest.cpp | 583 double totalTime = 0; in HWTEST_F() local 591 totalTime += (end.tv_sec - start.tv_sec) + (end.tv_usec - start.tv_usec) / 1000000.0; in HWTEST_F() 595 cout << "2000 times finish, run time is " << totalTime << endl; in HWTEST_F() 616 double totalTime = 0; in HWTEST_F() local 623 totalTime += (end.tv_sec - start.tv_sec) + (end.tv_usec - start.tv_usec) / 1000000.0; in HWTEST_F() 626 cout << "2000 times finish, run time is " << totalTime << endl; in HWTEST_F() 648 double totalTime = 0; in HWTEST_F() local 655 totalTime += (end.tv_sec - start.tv_sec) + (end.tv_usec - start.tv_usec) / 1000000.0; in HWTEST_F() 658 cout << "2000 times finish, run time is " << totalTime << endl; in HWTEST_F() 678 double totalTime in HWTEST_F() local 724 double totalTime = 0; HWTEST_F() local 763 double totalTime = 0; HWTEST_F() local 793 double totalTime = 0; HWTEST_F() local 836 double totalTime = 0; HWTEST_F() local [all...] |
/foundation/multimedia/audio_framework/frameworks/native/opensles/test/example/ |
H A D | audio_opensles_recorder_test.cpp | 94 uint64_t totalTime = strtoull(optarg, nullptr, 10); in CaptureOption() local 96 OperationTime(totalTime); in CaptureOption() 181 uint64_t totalTime = strtoull(optarg, nullptr, 10); in CapturePause() local 183 OperationTime(totalTime); in CapturePause()
|
/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/ |
H A D | InnerAVMuxerStablityTest.cpp | 437 double totalTime = 0; in HWTEST_F() local 442 totalTime += (end.tv_sec - start.tv_sec) + (end.tv_usec - start.tv_usec) / 1000000.0; in HWTEST_F() 447 cout << "1000 times finish, run time is " << totalTime << endl; in HWTEST_F() 465 double totalTime = 0; in HWTEST_F() local 473 totalTime += (end.tv_sec - start.tv_sec) + (end.tv_usec - start.tv_usec) / 1000000.0; in HWTEST_F() 476 cout << "1000 times finish, run time is " << totalTime << endl; in HWTEST_F() 497 double totalTime = 0; in HWTEST_F() local 507 cout << "1000 times finish, run time is " << totalTime << endl; in HWTEST_F() 531 double totalTime = 0; in HWTEST_F() local 540 cout << "1000 times finish, run time is " << totalTime << end in HWTEST_F() 568 double totalTime = 0; HWTEST_F() local 607 double totalTime = 0; HWTEST_F() local 634 double totalTime = 0; HWTEST_F() local [all...] |
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/dfx/ |
H A D | cloud_enhancement_dfx_get_count.cpp | 62 int64_t totalTime = MediaFileUtils::UTCTimeMilliSeconds() - startTime; in Report() local 64 VariantMap map = {{KEY_PHOTO_ID, photoId}, {KEY_TOTAL_TIME_COST, totalTime}, in Report()
|
/foundation/communication/netstack/utils/common_utils/include/ |
H A D | netstack_hisysevent.h | 29 double totalTime; member 41 double totalTime; member
|
/foundation/multimedia/audio_framework/frameworks/native/opensles/test/unittest/opensles_recorder_test/src/ |
H A D | audio_opensles_recorder_unit_test.cpp | 329 int64_t totalTime = 0; in HWTEST() local 334 totalTime += tv2.tv_sec * usecTimes + tv2.tv_nsec - (tv1.tv_sec * usecTimes + tv1.tv_nsec); in HWTEST() 337 EXPECT_TRUE(totalTime <= expectTime * performanceTestTimes); in HWTEST() 346 int64_t totalTime = 0; in HWTEST() local 353 totalTime += tv2.tv_sec * usecTimes + tv2.tv_nsec - (tv1.tv_sec * usecTimes + tv1.tv_nsec); in HWTEST() 356 EXPECT_TRUE(totalTime <= expectTime * performanceTestTimes); in HWTEST() 365 int64_t totalTime = 0; in HWTEST() local 372 totalTime += tv2.tv_sec * usecTimes + tv2.tv_nsec - (tv1.tv_sec * usecTimes + tv1.tv_nsec); in HWTEST() 375 EXPECT_TRUE(totalTime <= expectTime * performanceTestTimes); in HWTEST() 384 int64_t totalTime in HWTEST() local 438 int64_t totalTime = 0; HWTEST() local [all...] |
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/ |
H A D | plugin_mgr.h | 58 uint64_t totalTime;
member 65 if (totalTime + (uint32_t)costTime < totalTime) {
in Update() 66 totalTime = (uint32_t)costTime;
in Update() 69 totalTime += (uint32_t)costTime;
in Update() 77 return (useCount > 0) ? (totalTime / useCount) : 0;
in AverageTime()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_state_mgmt_profiler.h | 87 void SetTotalTime(uint64_t totalTime) in SetTotalTime() argument 89 totalTime_ = totalTime; in SetTotalTime()
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/ |
H A D | performance_data_manager.cpp | 75 ref.totalTime += ref.currentTime; in UpdateTimingData() 76 if (ref.totalTime > ref.maxTotalTime) { in UpdateTimingData() 77 ref.maxTotalTime = ref.totalTime; in UpdateTimingData() 87 microSeconds, // totalTime in UpdateTimingData() 100 microSeconds, // totalTime in UpdateTimingData() 195 CORE_LOG_I(formatData.data(), perfRef.second.totalTime / counter, perfRef.second.minTime, in DumpToLog() 196 perfRef.second.maxTime, perfRef.second.totalTime, perfRef.second.counter, typeRef.first.c_str(), in DumpToLog()
|
/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | render_bubble_progress.cpp | 34 static const int32_t totalTime = 8; in OnPostFlush() local 37 AceType::MakeRefPtr<CurveAnimation<double>>(0, totalTime, Curves::LINEAR); in OnPostFlush()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_context_manager.cpp | 78 const float totalTime = static_cast<float>(static_cast<double>(frameTimings.totalTimeUs) / uToSDiv); in BeginFrame() local 82 timings = { deltaTime, deltaTime, totalTime, *reinterpret_cast<const float*>(&frameIndex) }; in BeginFrame()
|
/foundation/communication/netstack/utils/profiler_utils/src/ |
H A D | i_network_message.cpp | 92 curl_off_t totalTime = 0; in GetTimeInfoFromCurlHandle() local 93 CURL_GET_TIME_INFO(handle, CURLINFO_TOTAL_TIME_T, totalTime, timeInfo); in GetTimeInfoFromCurlHandle()
|
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/include/ |
H A D | softbus_hisysevt_connreporter.h | 72 uint64_t totalTime; member
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ |
H A D | engine.cpp | 216 const uint64_t totalTime = currentTime - firstTime_; in TickFrame() local 220 if (TickFrame(*ecs, totalTime, deltaTime_)) { in TickFrame() 228 bool Engine::TickFrame(IEcs& ecs, uint64_t totalTime, uint64_t deltaTime) in TickFrame() argument 233 const bool needRender = ecs.Update(totalTime, deltaTime); in TickFrame()
|