| /developtools/smartperf_host/ide/src/doc/md/ |
| D | quickstart_hisystemevent.md | 71 - 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):持续时长。
|
| D | quickstart_taskpool.md | 49 - Scheduling Time(ms):调度耗时(任务执行起始时间 - 任务分发起始时间)。 50 - Execution Time(ms):执行耗时(任务执行的duration)。 51 - Return Time(ms):返回耗时(任务返回的结束时间 – 任务执行的结束时间)。
|
| D | quickstart_device_record.md | 34 - sample_interval:主动获取插件数据的间隔时间(ms,只针对轮询插件,例如 memory 插件,cpu 插件,dikio 插件等,对流式插件和独立插件无效)。 35 - trace_period_ms:ftrace 插件读取内核缓冲区数据的间隔时间(ms)。
|
| D | quickstart_animation.md | 18 …成时延泳道图显示,泳道图的 Slice 会显示响应时延和完成时延,如下图中的 Response delay(79.379165ms),Completion delay(2606.938539ms)。
|
| /developtools/hdc/test/unittest/common/ |
| D | daemon_uart_test.cpp | 88 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/ |
| D | utils.ts | 45 export function sleep(ms) { 46 return new Promise(resolve => setTimeout(resolve, ms));
|
| /developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/inlineStyle/ |
| D | inlineStyle.hml | 15 <div style="animation-delay: 900ms;"></div> 18 <div style="animation-duration: 200ms;"></div>
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | result_transporter.cpp | 41 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/ |
| D | BaseConversion.ts | 64 export const Sleep = (ms: number) => { 65 return new Promise((resolve) => setTimeout(resolve, ms));
|
| /developtools/profiler/host/smartperf/client/client_ui/ |
| D | README_zh.md | 64 |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/ |
| D | exteriorStyle.css | 3 animation-delay: 300ms; 5 animation-duration: 900ms;
|
| /developtools/integration_verification/tools/startup_guard/rules/NO-Config-Cmds-In-Init/ |
| D | README.md | 11 命令执行超过200ms的命令行。 15 1. 命令行执行时间超过200ms。
|
| /developtools/smartperf_host/trace_streamer/src/protos/services/ |
| D | common_types.proto | 22 uint32 sample_interval = 3; // Polling plugin collection interval(ms) 60 uint32 sample_interval = 8; // Polling plugin collection interval(ms)
|
| D | profiler_service_types.proto | 56 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/ |
| D | common_types.proto | 22 uint32 sample_interval = 3; // Polling plugin collection interval(ms) 62 uint32 sample_interval = 8; // Polling plugin collection interval(ms)
|
| D | profiler_service_types.proto | 56 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/ |
| D | transition.css | 20 transition-duration: 100ms;
|
| /developtools/ace_ets2bundle/compiler/test/ |
| D | README.md | 63 1 passing (1ms) 69 0 passing (1ms)
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/ |
| D | TabPaneHistoryProcesses.ts | 114 timeFormat(ms: number): string { 115 let currentTimeMs = ms;
|
| D | TabPaneLiveProcesses.ts | 110 timeFormat(ms: number): string { 111 let currentMsTime = ms;
|
| /developtools/profiler/device/plugins/ftrace_plugin/include/ |
| D | result_transporter.h | 45 void SetFlushInterval(int ms);
|
| /developtools/profiler/protos/types/plugins/agent_data/ |
| D | agent_plugin_energy_data.proto | 76 int64 interval_ms = 2; // 位置请求所需的间隔时间(ms),间隔时间越短越耗电 77 int64 fastest_interval_ms = 3; // 位置请求的最快间隔时间(ms)
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/agent_data/ |
| D | agent_plugin_energy_data.proto | 76 int64 interval_ms = 2; // 位置请求所需的间隔时间(ms),间隔时间越短越耗电 77 int64 fastest_interval_ms = 3; // 位置请求的最快间隔时间(ms)
|
| /developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/exteriorStyle/ |
| D | exteriorStyle.css | 30 animation-duration: 500ms; 31 animation-delay: 100ms;
|
| /developtools/smartperf_host/trace_streamer/doc/ |
| D | frames.md | 41 另外,|渲染帧actural开始时间 - 应用帧actural结束时间| > 1ms时, 认为渲染状态异常。 数据库中标识为3.
|