Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/
DAppStartReporter.cpp38 "INPUT_TIME", data.inputTime, in ReportNormal()
67 "INPUT_TIME", data.inputTime, in ReportFault()
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/
DIAppLaunchSceneDataProcessor.h80 uint64_t animationLatency{0}; //from input_time to animation_end
/base/hiviewdfx/hiview/plugins/performance/
Dhisysevent.yaml28 INPUT_TIME: {type: UINT64, desc: input time when multimodel receive from kernel}
54 INPUT_TIME: { type: UINT64, desc: input time when multimodel receive from kernel }
DEvtParser.h52 const std::string INPUT_TIME = "INPUT_TIME"; variable
246 evt.inputTime = static_cast<uint64_t>(sysEvent.GetEventIntValue(INPUT_TIME)); in ConvertToXperfEvent()