Searched refs:threads_ (Results 1 – 10 of 10) sorted by relevance
| /developtools/profiler/device/plugins/ftrace_plugin/test/app/ |
| D | busy_workers.cpp | 86 threads_.emplace_back(std::thread(&Controller::Work, this, i)); in StartWorkers() 113 threads_[i].join(); in StopWorkers() 164 std::vector<std::thread> threads_; member
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | report_json_file_test.cpp | 492 ASSERT_EQ(configIt->second.processes_.at(2).threads_.size(), 1u); 493 EXPECT_EQ(configIt->second.processes_.at(2).threads_.at(3).tid_, 3); 494 EXPECT_EQ(configIt->second.processes_.at(2).threads_.at(3).eventCount_, 4u); 495 EXPECT_EQ(configIt->second.processes_.at(2).threads_.at(3).sampleCount_, 1u); 516 ASSERT_EQ(configIt->second.processes_.begin()->second.threads_.size(), 2u); 518 ReportThreadItem &thread = process.threads_.begin()->second; 550 ReportThreadItem &thread = process.threads_.begin()->second;
|
| D | utilities_test.cpp | 38 std::vector<std::thread> threads_; member in OHOS::Developtools::HiPerf::UtilitiesTest 80 threads_.emplace_back(std::thread(&UtilitiesTest::TestThread, this)); in StartThreads() 97 for (std::thread &t : this->threads_) { in ExitThreads()
|
| /developtools/hiperf/src/ |
| D | report_json_file.cpp | 57 for (auto &thread : process.second.threads_) { in UpdateCallNodeEventCount() 98 auto &thread = GetOrCreateMapItem(process.threads_, tid); in UpdateReportSample() 199 auto &thread = GetOrCreateMapItem(process.threads_, tid); in UpdateReportCallStack()
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | utilities_test.cpp | 39 std::vector<std::thread> threads_; member in OHOS::Developtools::NativeDaemon::UtilitiesTest 81 threads_.emplace_back(std::thread(&UtilitiesTest::TestThread, this)); in StartThreads() 98 for (std::thread &t : this->threads_) { in ExitThreads()
|
| /developtools/hiperf/include/ |
| D | report_json_file.h | 318 std::map<pid_t, ReportThreadItem> threads_; member 326 OutputJsonMapList(output, "threads", threads_); in OutputJson()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 1195 threads_.emplace_back(threads); in AppendNewData() 1216 return threads_; in Threads() 1241 threads_.emplace_back(threads); in AppendNewData() 1281 return threads_; in Threads()
|
| D | trace_stdtype.h | 1242 threads_.clear(); in Clear() 1256 std::deque<int32_t> threads_ = {}; variable 1281 threads_.clear(); in Clear() 1289 std::deque<int64_t> threads_ = {}; variable
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 1202 threads_.emplace_back(threads); in AppendNewData() 1223 return threads_; in Threads() 1248 threads_.emplace_back(threads); in AppendNewData() 1288 return threads_; in Threads()
|
| D | trace_stdtype.h | 1247 threads_.clear(); in Clear() 1261 std::deque<int32_t> threads_ = {}; variable 1286 threads_.clear(); in Clear() 1294 std::deque<int64_t> threads_ = {}; variable
|