Searched refs:endTimestamp (Results 1 – 3 of 3) sorted by relevance
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
D | trace_stdtype.cpp | 444 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()
|
D | trace_stdtype.h | 721 uint64_t endTimestamp, 726 void UpdateHeapDuration(size_t row, uint64_t endTimestamp);
|
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/ |
D | table_test.cpp | 819 uint64_t endTimestamp = 1663869124360; variable 838 …callChainId, ipid, itid, eventType, subType, timestamp, endTimestamp, duration, addr, memSize, cur…
|