Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/include/
Dstack_preprocess.h136 clockid_t pluginDataClockId_ = CLOCK_REALTIME; variable
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp47pluginDataClockId_(pluginDataClockId), isHookStandaloneSerialize_(isHookStandalone) in StackPreprocess()
70 pluginDataClockId_, hookDataClockId_); in StackPreprocess()
773 clock_gettime(pluginDataClockId_, &ts); in Flush()
774 pluginData.set_clock_id(static_cast<ProfilerPluginData_ClockId>(pluginDataClockId_)); in Flush()