Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp444 uint64_t endTimestamp, in AppendNewNativeHookData() argument
456 endTimestamps_.emplace_back(endTimestamp); in AppendNewNativeHookData()
471 void NativeHook::UpdateHeapDuration(size_t row, uint64_t endTimestamp) in UpdateHeapDuration() argument
473 endTimestamps_[row] = endTimestamp; in UpdateHeapDuration()
474 durations_[row] = endTimestamp - timeStamps_[row]; in UpdateHeapDuration()
Dtrace_stdtype.h721 uint64_t endTimestamp,
726 void UpdateHeapDuration(size_t row, uint64_t endTimestamp);
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dtable_test.cpp819 uint64_t endTimestamp = 1663869124360; variable
838 …callChainId, ipid, itid, eventType, subType, timestamp, endTimestamp, duration, addr, memSize, cur…