Home
last modified time | relevance | path

Searched refs:dump_to_file (Results 1 – 2 of 2) sorted by relevance

/art/runtime/metrics/
Dreporter.cc132 if (config_.dump_to_file.has_value()) { in BackgroundThreadRun()
140 backends_.emplace_back(new FileBackend(std::move(formatter), config_.dump_to_file.value())); in BackgroundThreadRun()
297 .dump_to_file = gFlags.MetricsWriteToFile.GetValueOptional(), in FromFlags()
Dreporter.h80 std::optional<std::string> dump_to_file; member