Home
last modified time | relevance | path

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

123

/developtools/profiler/host/smartperf/ide/src/doc/md/
Dquickstart_hisystemevent.md60 + Foreground Duration(ms):前台使用时长。
62 + Background Duration(ms):后台使用时长。
64 + Screen On Duration(ms):亮屏使用时长。
66 + Screen Off Duration(ms):灭屏使用时长。
72 + Background Time(ms):灭屏使用功耗值。
73 + Screen On Time(ms):应用亮屏使用时长。
74 + Screen Off Time(ms):应用灭屏使用时长。
77 + Usage(ms):应用使用时长。
78 + Duration(ms):持续时长。
Dquickstart_device_record.md27 * sample_interval:主动获取插件数据的间隔时间(ms,只针对轮询插件,例如memory插件,cpu插件,dikio插件等,对流式插件和独立插件无效)。
28 * trace_period_ms:ftrace插件读取内核缓冲区数据的间隔时间(ms)。
/developtools/smartperf_host/ide/src/doc/md/
Dquickstart_hisystemevent.md60 + Foreground Duration(ms):前台使用时长。
62 + Background Duration(ms):后台使用时长。
64 + Screen On Duration(ms):亮屏使用时长。
66 + Screen Off Duration(ms):灭屏使用时长。
72 + Background Time(ms):灭屏使用功耗值。
73 + Screen On Time(ms):应用亮屏使用时长。
74 + Screen Off Time(ms):应用灭屏使用时长。
77 + Usage(ms):应用使用时长。
78 + Duration(ms):持续时长。
Dquickstart_taskpool.md32 + Scheduling Time(ms):调度耗时(任务执行起始时间 - 任务分发起始时间)。
33 + Execution Time(ms):执行耗时(任务执行的duration)。
34 + Return Time(ms):返回耗时(任务返回的结束时间 – 任务执行的结束时间)。
Dquickstart_device_record.md27 * sample_interval:主动获取插件数据的间隔时间(ms,只针对轮询插件,例如memory插件,cpu插件,dikio插件等,对流式插件和独立插件无效)。
28 * trace_period_ms:ftrace插件读取内核缓冲区数据的间隔时间(ms)。
/developtools/profiler/device/base/test/unittest/
Dschedule_task_manager_test.cpp44 ScheduleTaskManager::ms initalDelay{10};
48 "task-1", [&]() { count++; }, ScheduleTaskManager::ms{0}, initalDelay)); in __anon56db911a0202()
66 ScheduleTaskManager::ms repeatInterval{100};
67 ScheduleTaskManager::ms initalDelay{10};
103 ScheduleTaskManager::ms repeatInterval{100};
104 ScheduleTaskManager::ms initalDelay{10};
/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/profiler/device/plugins/ftrace_plugin/src/
Dresult_transporter.cpp41 void ResultTransporter::SetFlushInterval(int ms) in SetFlushInterval() argument
43 HILOG_INFO(LOG_CORE, "ResultTransporter set flush interval to %d", ms); in SetFlushInterval()
44 flushInterval_ = std::chrono::milliseconds(ms); in SetFlushInterval()
/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/host/smartperf/ide/src/hdc/common/
DBaseConversion.ts64 export const Sleep = (ms: number) => {
65 return new Promise((resolve) => setTimeout(resolve, ms));
/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)
/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/profiler/device/plugins/ftrace_plugin/include/
Dresult_transporter.h43 void SetFlushInterval(int ms);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPaneLiveProcesses.ts109 timeFormat(ms: number): string {
110 let currentMsTime = ms;
DTabPaneHistoryProcesses.ts111 timeFormat(ms: number): string {
112 let currentTimeMs = ms;
/developtools/profiler/host/smartperf/ide/src/trace/proto/
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/host/smartperf/ide/src/trace/component/trace/sheet/ability/
DTabPaneLiveProcesses.ts109 timeFormat(ms: number): string {
110 let currentMsTime = ms;
/developtools/smartperf_host/ide/src/trace/proto/
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/host/smartperf/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/profiler/protos/services/
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

123