Home
last modified time | relevance | path

Searched refs:ms (Results 1 – 25 of 45) sorted by relevance

12

/developtools/smartperf_host/ide/src/doc/md/
Dquickstart_hisystemevent.md71 - Foreground Duration(ms):前台使用时长。
73 - Background Duration(ms):后台使用时长。
75 - Screen On Duration(ms):亮屏使用时长。
77 - Screen Off Duration(ms):灭屏使用时长。
83 - Background Time(ms):灭屏使用功耗值。
84 - Screen On Time(ms):应用亮屏使用时长。
85 - Screen Off Time(ms):应用灭屏使用时长。
88 - Usage(ms):应用使用时长。
89 - Duration(ms):持续时长。
Dquickstart_taskpool.md49 - Scheduling Time(ms):调度耗时(任务执行起始时间 - 任务分发起始时间)。
50 - Execution Time(ms):执行耗时(任务执行的duration)。
51 - Return Time(ms):返回耗时(任务返回的结束时间 – 任务执行的结束时间)。
Dquickstart_device_record.md34 - sample_interval:主动获取插件数据的间隔时间(ms,只针对轮询插件,例如 memory 插件,cpu 插件,dikio 插件等,对流式插件和独立插件无效)。
35 - trace_period_ms:ftrace 插件读取内核缓冲区数据的间隔时间(ms)。
Dquickstart_animation.md18 …成时延泳道图显示,泳道图的 Slice 会显示响应时延和完成时延,如下图中的 Response delay(79.379165ms),Completion delay(2606.938539ms)。
/developtools/hdc/test/unittest/common/
Ddaemon_uart_test.cpp88 std::this_thread::sleep_for(1000ms); in MockUartDevSender()
162 std::this_thread::sleep_for(100ms);
168 std::this_thread::sleep_for(2000ms);
327 std::this_thread::sleep_for(1000ms);
344 std::this_thread::sleep_for(1000ms);
452 MockUartDevSender(fds[SENDER], data.data(), data.size(), 0ms, true);
477 MockUartDevSender(fds[SENDER], data.data(), data.size(), 0ms, true);
502 MockUartDevSender(fds[SENDER], data.data(), data.size(), 1000ms, true);
530 MockUartDevSender(fds[SENDER], data.data(), data.size(), 0ms, true);
554 MockUartDevSender(fds[SENDER], data.data(), data.size(), 0ms, true);
[all …]
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/utils/
Dutils.ts45 export function sleep(ms) {
46 return new Promise(resolve => setTimeout(resolve, ms));
/developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/inlineStyle/
DinlineStyle.hml15 <div style="animation-delay: 900ms;"></div>
18 <div style="animation-duration: 200ms;"></div>
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dresult_transporter.cpp41 void ResultTransporter::SetFlushInterval(int ms) in SetFlushInterval() argument
43 PROFILER_LOG_INFO(LOG_CORE, "ResultTransporter set flush interval to %d", ms); in SetFlushInterval()
44 flushInterval_ = std::chrono::milliseconds(ms); in SetFlushInterval()
/developtools/smartperf_host/ide/src/hdc/common/
DBaseConversion.ts64 export const Sleep = (ms: number) => {
65 return new Promise((resolve) => setTimeout(resolve, ms));
/developtools/profiler/host/smartperf/client/client_ui/
DREADME_zh.md64 |trace采集|当帧绘制时间超过100ms以上会自动抓取trace,1min内只抓取1次。 |
76 | 卡顿次数 | 目前卡顿次数依赖于每帧的绘制时间,帧绘制时间>100ms的计算为卡顿。 |
132 …2)Trace抓取:当帧绘制时间超过100ms以上会自动抓取trace,1min内只抓取1次,目录在/data目录下,trace文件较大,建议定期清除(文件名称为:mynewtrace[当前时间戳…
/developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/exteriorStyle/
DexteriorStyle.css3 animation-delay: 300ms;
5 animation-duration: 900ms;
/developtools/integration_verification/tools/startup_guard/rules/NO-Config-Cmds-In-Init/
DREADME.md11 命令执行超过200ms的命令行。
15 1. 命令行执行时间超过200ms
/developtools/smartperf_host/trace_streamer/src/protos/services/
Dcommon_types.proto22 uint32 sample_interval = 3; // Polling plugin collection interval(ms)
60 uint32 sample_interval = 8; // Polling plugin collection interval(ms)
Dprofiler_service_types.proto56 uint32 sample_duration = 5; // for OFFLINE mode, sample duration in ms
57 …_alive_time = 6; // if set to non-zero value, session will auto-destroyed after CreateSession in ms
/developtools/profiler/protos/services/
Dcommon_types.proto22 uint32 sample_interval = 3; // Polling plugin collection interval(ms)
62 uint32 sample_interval = 8; // Polling plugin collection interval(ms)
Dprofiler_service_types.proto56 uint32 sample_duration = 5; // for OFFLINE mode, sample duration in ms
57 …_alive_time = 6; // if set to non-zero value, session will auto-destroyed after CreateSession in ms
/developtools/ace_js2bundle/ace-loader/test/card/testError/pages/transition/
Dtransition.css20 transition-duration: 100ms;
/developtools/ace_ets2bundle/compiler/test/
DREADME.md63 1 passing (1ms)
69 0 passing (1ms)
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPaneHistoryProcesses.ts114 timeFormat(ms: number): string {
115 let currentTimeMs = ms;
DTabPaneLiveProcesses.ts110 timeFormat(ms: number): string {
111 let currentMsTime = ms;
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dresult_transporter.h45 void SetFlushInterval(int ms);
/developtools/profiler/protos/types/plugins/agent_data/
Dagent_plugin_energy_data.proto76 int64 interval_ms = 2; // 位置请求所需的间隔时间(ms),间隔时间越短越耗电
77 int64 fastest_interval_ms = 3; // 位置请求的最快间隔时间(ms
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/agent_data/
Dagent_plugin_energy_data.proto76 int64 interval_ms = 2; // 位置请求所需的间隔时间(ms),间隔时间越短越耗电
77 int64 fastest_interval_ms = 3; // 位置请求的最快间隔时间(ms
/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/exteriorStyle/
DexteriorStyle.css30 animation-duration: 500ms;
31 animation-delay: 100ms;
/developtools/smartperf_host/trace_streamer/doc/
Dframes.md41 另外,|渲染帧actural开始时间 - 应用帧actural结束时间| > 1ms时, 认为渲染状态异常。 数据库中标识为3.

12