Home
last modified time | relevance | path

Searched refs:performance (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_transaction_perf_test.cpp112 singleInsert = performance.putDuration;
117 performance.putBatch = true;
124 batchInsert = performance.putDuration;
164 performance.putBatch = true;
171 batchUpdate = performance.updateDuration;
206 singleDel = performance.deleteDuration;
211 performance.putBatch = true;
218 batchDel = performance.deleteDuration;
254 performance.putBatch = true;
293 performance.putBatch = true;
[all …]
/ohos5.0/docs/zh-cn/application-dev/performance/
H A DReadme-CN.md2 - [性能优化概览](performance-overview.md)
3 - [应用开发性能优化入门引导](application-performance-optimization-guidance.md)
4 - [应用性能优化常见问题解决指导](performance-optimization-practical-guidance.md)
11 - [使用AOT进行性能优化](performance-optimization-using-aot.md)
37 - [Flex布局性能提升使用指导](flex-development-performance-boost.md)
45 - [运行时动态加载页面提升性能](performance-dynamic-import.md)
47 - [Web组件开发性能提升指导](performance-web-import.md)
52 - [在线短视频流畅切换](performance-quick-switch-short-video.md)
55 - [相机分段式拍照性能提升实践](performance-camera-shot2see.md)
59 - [性能分析工具CPU Profiler](application-performance-analysis.md)
[all …]
H A Dapplication-performance-guide.md15 ![alt text](figures/application-performance-guide-1.png)
39 ![alt text](figures/application-performance-guide-2.png)
47 ![alt text](figures/application-performance-guide-3.png)
52 ![alt text](figures/application-performance-guide-4.png)
62 ![alt text](figures/application-performance-guide-5.png)
71 ![alt text](figures/application-performance-guide-6.png)
82 ![alt text](figures/application-performance-guide-7.png)
113 ![alt text](figures/application-performance-guide-8.png)
120 ![alt text](figures/application-performance-guide-9.png)
167 ![alt text](figures/application-performance-guide-13.png)
[all …]
H A Dperformance-quick-switch-short-video.md19 ![performance-quick-switch-short-video-image0.gif](figures/performance-quick-switch-short-video-ima…
85 ![](../performance/figures/performance-quick-switch-short-video-image1.png)
91 ![](../performance/figures/performance-quick-switch-short-video-image2.png)
104 ![](../performance/figures/performance-quick-switch-short-video-image3.png)
112 ![](../performance/figures/performance-quick-switch-short-video-image4.png)
116 ![](../performance/figures/performance-quick-switch-short-video-image5.png)
129 ![](../performance/figures/performance-quick-switch-short-video-image6.png)
H A Dflex-development-performance-boost.md17 ![layout-performance-1](figures/layout-performance-1.png)
36 ![layout-performance-4](figures/layout-performance-4.png)
H A Dreasonable_using_system_interfaces.md44 通过[SmartPerf Host](performance-optimization-using-smartperf-host.md)工具抓取Trace。持续时间为1.621ms。
77 通过[SmartPerf Host](performance-optimization-using-smartperf-host.md)工具抓取Trace。持续时间为0.124ms。
108 通过[SmartPerf Host](performance-optimization-using-smartperf-host.md)工具抓取Trace。启动时ReceiveVsync阶段耗时为3…
128 通过[SmartPerf Host](performance-optimization-using-smartperf-host.md)工具抓取Trace。启动时ReceiveVsync阶段耗时为3…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_sync_state_machine.cpp275 PerformanceAnalysis *performance = PerformanceAnalysis::GetInstance(); in StartSyncInner() local
276 if (performance != nullptr) { in StartSyncInner()
277 performance->TimeRecordStart(); in StartSyncInner()
350 if (performance != nullptr) { in CommitHistorySyncPktRecvCallback()
355 if (performance != nullptr) { in CommitHistorySyncPktRecvCallback()
381 if (performance != nullptr) { in MultiVerDataPktRecvCallback()
408 if (performance != nullptr) { in ValueSlicePktRecvCallback()
434 if (performance != nullptr) { in Finish()
440 if (performance != nullptr) { in Finish()
482 if (performance != nullptr) { in OneCommitSyncFinish()
[all …]
H A Dvalue_slice_sync.cpp191 PerformanceAnalysis *performance = PerformanceAnalysis::GetInstance(); in SyncStart() local
192 if (performance != nullptr) { in SyncStart()
197 if (performance != nullptr) { in SyncStart()
247 PerformanceAnalysis *performance = PerformanceAnalysis::GetInstance(); in RequestRecvCallback() local
248 if (performance != nullptr) { in RequestRecvCallback()
252 if (performance != nullptr) { in RequestRecvCallback()
287 PerformanceAnalysis *performance = PerformanceAnalysis::GetInstance(); in AckRecvCallback() local
288 if (performance != nullptr) { in AckRecvCallback()
292 if (performance != nullptr) { in AckRecvCallback()
568 PerformanceAnalysis *performance = PerformanceAnalysis::GetInstance(); in SendRequestPacket() local
[all …]
H A Dmulti_ver_data_sync.cpp190 PerformanceAnalysis *performance = PerformanceAnalysis::GetInstance(); in SyncStart() local
191 if (performance != nullptr) { in SyncStart()
196 if (performance != nullptr) { in SyncStart()
197 performance->StepTimeRecordEnd(MV_TEST_RECORDS::RECORD_DATA_GET_VALID_COMMIT); in SyncStart()
229 PerformanceAnalysis *performance = PerformanceAnalysis::GetInstance(); in RequestRecvCallback() local
230 if (performance != nullptr) { in RequestRecvCallback()
231 performance->StepTimeRecordStart(MV_TEST_RECORDS::RECORD_GET_COMMIT_DATA); in RequestRecvCallback()
235 if (performance != nullptr) { in RequestRecvCallback()
236 performance->StepTimeRecordEnd(MV_TEST_RECORDS::RECORD_GET_COMMIT_DATA); in RequestRecvCallback()
618 PerformanceAnalysis *performance = PerformanceAnalysis::GetInstance(); in SendRequestPacket() local
[all …]
/ohos5.0/docs/en/application-dev/performance/
H A Dperformance-overview.md3performance largely relies on programming, frame rate, launch and response times, we can optimize …
7 To drive code execution speed – a key facet of application performance, try the following:
8 - **Follow the [ArkTS high-performance programming practices](high-performance-programming.md).**
31 - **[Improving layout performance](reduce-view-nesting-levels.md).**
33 …ion and layout to rendering. To improve layout performance, reduce nesting and prioritize high-per…
56 …he policy](list-perf-improvment.md#caching-list-items) can improve the performance and responsiven…
64performance profiling tools, you can identify performance issues in applications and make informed…
73 Use to identify performance issues with each phase of the launch process.
91 - **[CPU Profiler](application-performance-analysis.md)**
H A Dreadme-EN.md2 - [Application Performance Improvement Overview](performance-overview.md)
18 - [Flex Layout Performance Improvement](flex-development-performance-boost.md)
20 …- [Improving File Upload and Download Performance](improve-file-upload-and-download-performance.md)
23 - [More Performance Improvement Methods](arkts-performance-improvement-recommendation.md)
26 - [CPU Profiler](application-performance-analysis.md)
/ohos5.0/docs/zh-cn/application-dev/faqs/
H A Dfaqs-dfx.md51 推荐使用hilog,可以对日志系统进行分类和统一处理,具体参考文档:[hilog日志系统](../reference/apis-performance-analysis-kit/js-apis-hi…
99 faultLogger:崩溃日志收集,参考文档:[故障日志获取](../reference/apis-performance-analysis-kit/js-apis-faultLogger.md)
101 hichecker:问题检测,参考文档:[检测模式](../reference/apis-performance-analysis-kit/js-apis-hichecker.md)
103 hiTraceMeter:性能打点,参考文档:[性能打点](../reference/apis-performance-analysis-kit/js-apis-hitracemeter.md)
/ohos5.0/foundation/ai/ai_engine/test/
H A DCMakeLists.txt13 include_directories(../../../../foundation/ai/ai_engine/test/performance)
44 performance/delay/async_process/async_process_delay_test.cpp
45 performance/delay/sync_process/sync_process_delay_test.cpp
46 performance/reliability/aie_client/aie_client_reliability_test.cpp
H A DBUILD.gn20 "performance:performance",
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dcommit_history_sync.cpp234 PerformanceAnalysis *performance = PerformanceAnalysis::GetInstance(); in SyncStart() local
235 if (performance != nullptr) { in SyncStart()
240 if (performance != nullptr) { in SyncStart()
241 performance->StepTimeRecordEnd(MV_TEST_RECORDS::RECORD_GET_DEVICE_LATEST_COMMIT); in SyncStart()
270 PerformanceAnalysis *performance = PerformanceAnalysis::GetInstance(); in RequestRecvCallback() local
271 if (performance != nullptr) { in RequestRecvCallback()
272 performance->StepTimeRecordStart(MV_TEST_RECORDS::RECORD_GET_COMMIT_TREE); in RequestRecvCallback()
275 if (performance != nullptr) { in RequestRecvCallback()
276 performance->StepTimeRecordEnd(MV_TEST_RECORDS::RECORD_GET_COMMIT_TREE); in RequestRecvCallback()
647 PerformanceAnalysis *performance = PerformanceAnalysis::GetInstance(); in SendRequestPacket() local
[all …]
H A Ddevice_manager.cpp136 PerformanceAnalysis *performance = PerformanceAnalysis::GetInstance(); in SendLocalDataChanged() local
137 if (performance != nullptr) { in SendLocalDataChanged()
138performance->StepTimeRecordStart(MV_TEST_RECORDS::RECORD_SEND_LOCAL_DATA_CHANGED_TO_COMMIT_REQUEST… in SendLocalDataChanged()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/
H A DREADME.md3 Benchmarking is an activity of measuring and evaluating software performance indicators, which can …
4 performance level (called a baseline) at a certain time through benchmarking.
6 impact of those changes on performance. This is the most common use of benchmark testing, with othe…
7 determining performance limits at certain load levels, managing changes in systems or environments,
8 and identifying conditions that may cause performance issues.
/ohos5.0/base/powermgr/power_manager/frameworks/napi/power/
H A Dpower_module.cpp44 napi_value performance = nullptr; in CreateDevicePowerMode() local
49 napi_create_int32(env, (int32_t)PowerMode::PERFORMANCE_MODE, &performance); in CreateDevicePowerMode()
55 DECLARE_NAPI_STATIC_PROPERTY("MODE_PERFORMANCE", performance), in CreateDevicePowerMode()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_common_test.cpp593 PerformanceAnalysis *performance = PerformanceAnalysis::GetInstance(5); // 5 is stepNum variable
594 ASSERT_NE(performance, nullptr);
595 performance->SetFileName("test");
596 performance->OpenPerformanceAnalysis();
597 performance->TimeRecordStart();
598 performance->TimeRecordEnd();
604 performance->StepTimeRecordStart(RECORD_ACK_RECV_TO_USER_CALL_BACK);
605 performance->StepTimeRecordEnd(RECORD_ACK_RECV_TO_USER_CALL_BACK);
606 performance->ClosePerformanceAnalysis();
607 performance->GetStatistics();
/ohos5.0/docs/en/application-dev/faqs/
H A Dfaqs-dfx.md51 …ified manner. For details, see [@ohos.hilog (HiLog)](../reference/apis-performance-analysis-kit/js…
91 ## What are the cash log collection and performance troubleshooting functions provided by the HiLog…
95 How do I use the cash log collection and performance troubleshooting functions provided by the HiLo…
99 FaultLogger: collects crash logs. For details, see [FaultLogger](../reference/apis-performance-anal…
101 HiChecker: detects potential faults. For details, see [HiChecker](../reference/apis-performance-ana…
103 hiTraceMeter: implements performance tracing. For details, see [hiTraceMeter](../reference/apis-per…
/ohos5.0/docs/en/application-dev/dfx/
H A Dhitracemeter-guidelines-arkts.md5 …tem performance tracing. You can call the APIs provided by **hiTraceMeter** in key codes to track …
9 …system maps to a tag. The tag is passed in by the **Tag** parameter in performance tracing APIs. W…
19 The performance tracing APIs are provided by the **hiTraceMeter** module. For details, see [Hitrace…
37 … and double-click **index.ets**. Add the code to the file to implement performance tracing upon pa…
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dapprecovery-guidelines.md59 - 故障查询指的是[faultLogger](../reference/apis-performance-analysis-kit/js-apis-faultLogger.md)通过其查询接口获取当…
61performance-analysis-kit/js-apis-faultLogger.md)的调用时机,开发者可以根据应用启动时传入的[LastExitReason](../reference…
73 | [JS_CRASH](../reference/apis-performance-analysis-kit/js-apis-faultLogger.md#faulttype) | 支持|支持|支…
74 | [APP_FREEZE](../reference/apis-performance-analysis-kit/js-apis-faultLogger.md#faulttype) | 不支持|支…
75 | [CPP_CRASH](../reference/apis-performance-analysis-kit/js-apis-faultLogger.md#faulttype) | 不支持|不支…
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-state-management-best-practices.md8 …ts, choosing the right decorator can significantly improve application performance. If the value o…
50 …ObjectLink is a better choice, because \@Prop makes a deep copy and increases performance overhead.
148 …ough **this.needsUpdate**. This approach is nonviable and may result in poor re-render performance.
185 …and the heavier the UI thread load, which causes a drop in application performance. Things can get…
298 …ope](https://gitee.com/openharmony/docs/blob/master/en/application-dev/performance/precisely-contr…
302performance optimization. For details, see [State Variable Component Location Tool Practice](https…
378 …able changes, reducing unnecessary behaviors and improving application performance. For details ab…
475 …variables | 1.01ms | Increases unnecessary query and rendering of ArkUI, causing poor performance.|
476 …ariables for computing | 0.63ms | Streamlines ArkUI behaviors and improve application performance.|
/ohos5.0/docs/en/application-dev/napi/
H A Djsvm-optimizations.md59performance and to disable **eagerCompile** for higher cold startup performance. To avoid the trad…
88 …de without enabling **eagerCompile** while maintaining the hot startup performance. This approach …
117 You can use more performant APIs provided by JSVM-API to improve performance.
161 …ases the code execution time by 150 ms, accounting for about 5% of the performance benefits of an …
204 …decreases the code execution time by 100+ ms, accounting for about 3% of the performance benefits.
/ohos5.0/foundation/distributeddatamgr/preferences/test/js/
H A DBUILD.gn28 #################################performance#########################################
33 deps += [ "performance/preferences/src:performancetest" ]

12345678910>>...21