Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
H A Dresult_transporter_test.cpp68 OHOS::Profiler::Plugins::ResultTransporter reporter("", nullptr); in HWTEST_F()
69 reporter.SetFlushInterval(WAIT_MS); in HWTEST_F()
70 reporter.IsFlushTime(); in HWTEST_F()
72 EXPECT_FALSE(reporter.IsFlushTime()); in HWTEST_F()
83 OHOS::Profiler::Plugins::ResultTransporter reporter(name_, static_cast<WriterStructPtr>(&writer)); in HWTEST_F()
84 reporter.SetFlushInterval(1); in HWTEST_F()
85 EXPECT_TRUE(reporter.IsFlushTime()); in HWTEST_F()
96 OHOS::Profiler::Plugins::ResultTransporter reporter(name_, static_cast<WriterStructPtr>(&writer)); in HWTEST_F()
97 reporter.SetFlushInterval(WAIT_MS); in HWTEST_F()
98 reporter in HWTEST_F()
[all...]
/developtools/hiperf/src/
H A Dsubcommand_record.cpp1887 std::unique_ptr<SubCommandReport> reporter = std::make_unique<SubCommandReport>(); in OnlineReportData() local
1895 if (reporter->ParseOption(args)) { in OnlineReportData()
1896 ret = reporter->OnSubCommand(args); in OnlineReportData()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h153439 char reporter; global() member
[all...]

Completed in 441 milliseconds