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 | 58 for (auto &thread : process.second.threads_) { in UpdateCallNodeEventCount() 99 auto &thread = GetOrCreateMapItem(process.threads_, tid); in UpdateReportSample() 200 auto &thread = GetOrCreateMapItem(process.threads_, tid); in UpdateReportCallStack()
|
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/ |
D | activity_monitor_stdtype.cpp | 131 threads_.emplace_back(threads); in AppendNewData() 171 return threads_; in Threads() 197 threads_.clear(); in Clear() 214 threads_.emplace_back(threads); in AppendNewData() 235 return threads_; in Threads() 244 threads_.clear(); in Clear()
|
D | activity_monitor_stdtype.h | 107 std::deque<int32_t> threads_ = {}; variable 133 std::deque<int64_t> threads_ = {}; variable
|
/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()
|