Searched refs:threads_ (Results 1 – 8 of 8) 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 | 1037 threads_.emplace_back(threads); in AppendNewData() 1058 return threads_; in Threads() 1083 threads_.emplace_back(threads); in AppendNewData() 1123 return threads_; in Threads()
|
D | trace_stdtype.h | 1149 threads_.clear(); in Clear() 1163 std::deque<int32_t> threads_ = {}; variable 1188 threads_.clear(); in Clear() 1196 std::deque<int64_t> threads_ = {}; variable
|