Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.h204 return tsEnds_; in TsEndData()
221 tsEnds_.clear(); in Clear()
226 std::deque<uint64_t> tsEnds_ = {}; variable
Dtrace_stdtype.cpp104 tsEnds_.emplace_back(0); in AppendSchedSlice()
114 tsEnds_[index] = timeStamps_[index] + duration; in SetDuration()