Home
last modified time | relevance | path

Searched defs:thread_time (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/runtime/methodtrace/
Dtrace.cpp174 …:WriteInfoToBuf(const ManagedThread *thread, Method *method, EventFlag event, uint32_t thread_time, in WriteInfoToBuf()
302 uint32_t thread_time = 0; in MethodEntry() local
316 uint32_t thread_time = 0; in MethodExit() local
322 void Trace::GetTimes(uint32_t *thread_time, uint32_t *real_time) in GetTimes()