Searched refs:PerformReporter (Results 1 - 7 of 7) sorted by relevance
/foundation/window/window_manager/utils/test/unittest/ |
H A D | perform_reporter_test.cpp | 36 void SimuReportProcess(PerformReporter& pr, const std::vector<uint32_t>& durations); 37 bool PerformDataCmp(const PerformReporter& pr, const uint32_t totalCount, const std::vector<uint32_t>& splitCount); 56 void PerformReporterTest::SimuReportProcess(PerformReporter& pr, const std::vector<uint32_t>& durations) in SimuReportProcess() 65 bool PerformReporterTest::PerformDataCmp(const PerformReporter& pr, in PerformDataCmp() 95 PerformReporter pr = PerformReporter("TestTag", {100, 200, 300}, 10); in HWTEST_F() 107 PerformReporter pr = PerformReporter("TestTag", {100, 200, 300}, 3); in HWTEST_F() 119 PerformReporter pr = PerformReporter("TestTa in HWTEST_F() [all...] |
H A D | utils_all_test.cpp | 90 * @tc.desc: test PerformReporter::count 96 PerformReporter reporter = PerformReporter("test", timeSpiltsMs); in HWTEST_F()
|
/foundation/window/window_manager/wmserver/include/window_snapshot/ |
H A D | snapshot_controller.h | 36 performReport_(new PerformReporter("GET_SNAPSHOT_TIME", {25, 35, 50, 200})) {}; in SnapshotController() 43 std::shared_ptr<PerformReporter> performReport_;
|
/foundation/window/window_manager/utils/src/ |
H A D | perform_reporter.cpp | 25 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_DISPLAY, "PerformReporter"}; 41 PerformReporter::PerformReporter(const std::string& tag, in PerformReporter() function in OHOS::Rosen::PerformReporter 56 void PerformReporter::start() in start() 61 void PerformReporter::end() in end() 74 bool PerformReporter::report() in report() 98 void PerformReporter::count(int64_t costTime) in count() 113 void PerformReporter::clear() in clear()
|
/foundation/window/window_manager/utils/include/ |
H A D | perform_reporter.h | 46 class PerformReporter { class 48 PerformReporter(const std::string& tag, const std::vector<int64_t>& timeSpiltsMs, uint32_t reportInterval = 50);
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_manager_service.h | 216 std::shared_ptr<PerformReporter> windowShowPerformReport_;
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_manager_service.cpp | 66 windowShowPerformReport_(new PerformReporter("SHOW_WINDOW_TIME", {20, 35, 50})) in WindowManagerService()
|
Completed in 5 milliseconds