Home
last modified time | relevance | path

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

/foundation/window/window_manager/utils/test/unittest/
H A Dutils_all_test.cpp95 std::vector<int64_t> timeSpiltsMs = {0, 1, 2}; in HWTEST_F() local
96 PerformReporter reporter = PerformReporter("test", timeSpiltsMs); in HWTEST_F()
/foundation/window/window_manager/utils/include/
H A Dperform_reporter.h48 PerformReporter(const std::string& tag, const std::vector<int64_t>& timeSpiltsMs, uint32_t reportInterval = 50);
/foundation/window/window_manager/utils/src/
H A Dperform_reporter.cpp38 * @param timeSpiltsMs The time-interval that data statistic, details look up the comments in function body
42 const std::vector<int64_t>& timeSpiltsMs, uint32_t reportInterval) in PerformReporter()
48 for (auto split : timeSpiltsMs) { in PerformReporter()
41 PerformReporter(const std::string& tag, const std::vector<int64_t>& timeSpiltsMs, uint32_t reportInterval) PerformReporter() argument

Completed in 3 milliseconds