Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_manager.cpp127 std::vector<std::string> traceFiles; in RecoverTmpTrace() local
128 FileUtil::GetDirFiles(UNIFIED_SHARE_TEMP_PATH, traceFiles, false); in RecoverTmpTrace()
129 HIVIEW_LOGI("traceFiles need recover: %{public}zu", traceFiles.size()); in RecoverTmpTrace()
130 for (auto &filePath : traceFiles) { in RecoverTmpTrace()
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dtrace_decorator.cpp152 std::vector<std::string> traceFiles = result.data; in UpdateTrafficInfo() local
153 if (latency <= 0 || traceFiles.empty()) { // dumptrace fail, no need to update traffic in UpdateTrafficInfo()
158 uint64_t avgLatency = latency / traceFiles.size(); in UpdateTrafficInfo()
159 for (const auto& file : traceFiles) { in UpdateTrafficInfo()
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dtrace_collector_test.cpp288 std::vector<std::string> traceFiles; in HWTEST_F() local
289 FileUtil::GetDirFiles("/data/log/hiview/unified_collection/trace/share/", traceFiles, false); in HWTEST_F()
290 for (auto &path : traceFiles) { in HWTEST_F()

Completed in 2 milliseconds