Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/cpu_plugin/src/
H A Dcpu_data_plugin.cpp536 auto tidsEnd = tidVec_.end(); in addTidBySort() local
537 auto it = std::lower_bound(tidVec_.begin(), tidsEnd, tid); in addTidBySort()
538 CHECK_TRUE(!(it != tidsEnd && *it == tid), false, "addTidBySort failed"); in addTidBySort()

Completed in 2 milliseconds