Home
last modified time | relevance | path

Searched refs:costTimeUs (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp707 int32_t costTimeUs = (endTime - beginTime) / std::chrono::microseconds(1); in DispatchResourceToPluginSync() local
708 int32_t costTime = costTimeUs / 1000; in DispatchResourceToPluginSync()
709 pluginStat_[pluginLib].Update(costTimeUs); in DispatchResourceToPluginSync()