Home
last modified time | relevance | path

Searched full:e2e_latency (Results 1 – 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/
Dhisysevent.yaml110 E2E_LATENCY: {type: UINT64, desc: end to end time}
/foundation/arkui/ace_engine/adapter/ohos/build/
Dhisysevent.yaml183 E2E_LATENCY: {type: UINT64, desc: end to end time}
/foundation/arkui/ace_engine/adapter/ohos/osal/
Devent_report.cpp56 constexpr char EVENT_KEY_E2E_LATENCY[] = "E2E_LATENCY";
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
Drs_jank_stats.cpp272 …static_cast<uint64_t>(animationEndLatency), "E2E_LATENCY", static_cast<uint64_t>(completedLatency)… in ReportEventComplete()