Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/test/app/
H A Dbusy_workers.cpp86 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/
H A Dreport_json_file_test.cpp490 ASSERT_EQ(configIt->second.processes_.at(2).threads_.size(), 1u); in HWTEST_F()
491 EXPECT_EQ(configIt->second.processes_.at(2).threads_.at(3).tid_, 3); in HWTEST_F()
492 EXPECT_EQ(configIt->second.processes_.at(2).threads_.at(3).eventCount_, 4u); in HWTEST_F()
493 EXPECT_EQ(configIt->second.processes_.at(2).threads_.at(3).sampleCount_, 1u); in HWTEST_F()
514 ASSERT_EQ(configIt->second.processes_.begin()->second.threads_.size(), 2u); in HWTEST_F()
516 ReportThreadItem &thread = process.threads_.begin()->second; in HWTEST_F()
548 ReportThreadItem &thread = process.threads_.begin()->second; in HWTEST_F()
H A Dutilities_test.cpp38 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/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
H A Dactivity_monitor_stdtype.cpp109 threads_.emplace_back(liveProcessDetailRow.threads); in AppendNewData()
149 return threads_; in Threads()
175 threads_.clear(); in Clear()
187 threads_.emplace_back(cpuUsageDetailRow.threads); in AppendNewData()
208 return threads_; in Threads()
217 threads_.clear(); in Clear()
H A Dactivity_monitor_stdtype.h112 std::deque<int32_t> threads_ = {}; member in SysTuning::TraceStdtype::LiveProcessDetailData
140 std::deque<int64_t> threads_ = {}; member in SysTuning::TraceStdtype::CpuUsageDetailData
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H A Dutilities_test.cpp38 std::vector<std::thread> threads_; member in OHOS::Developtools::NativeDaemon::UtilitiesTest
80 threads_.emplace_back(std::thread(&UtilitiesTest::TestThread, this)); in StartThreads()
103 for (std::thread &t : this->threads_) { in ExitThreads()
/developtools/hiperf/src/
H A Dreport_json_file.cpp81 for (auto &thread : process.second.threads_) { in UpdateCallNodeEventCount()
125 auto &thread = GetOrCreateMapItem(process.threads_, tid); in UpdateReportSample()
224 auto &thread = GetOrCreateMapItem(process.threads_, tid); in UpdateReportCallStack()
/developtools/hiperf/include/
H A Dreport_json_file.h320 std::map<pid_t, ReportThreadItem> threads_; member
328 OutputJsonMapList(output, "threads", threads_); in OutputJson()

Completed in 8 milliseconds