Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/cpu_plugin/src/
Dcpu_data_plugin.cpp506 auto tidsEnd = tidVec_.end(); in addTidBySort() local
507 auto it = std::lower_bound(tidVec_.begin(), tidsEnd, tid); in addTidBySort()
508 if (it != tidsEnd && *it == tid) { in addTidBySort()