|
Android-cuttlefish cvd tool
|
#include <string>#include <string_view>#include "cuttlefish/common/libs/utils/tee_logging.h"#include "cuttlefish/metrics/conversion/metrics_data.h"#include "cuttlefish/result/result.h"

Go to the source code of this file.
Classes | |
| struct | cuttlefish::MetricsInput |
Namespaces | |
| namespace | cuttlefish |
Functions | |
| Result< void > | cuttlefish::SetUpMetrics (const std::string &metrics_directory) |
| ScopedLogger | cuttlefish::CreateLogger (std::string_view metrics_directory) |
| Result< MetricsData > | cuttlefish::GatherMetrics (const MetricsInput &metrics_input) |
| Result< void > | cuttlefish::OutputMetrics (std::string_view event_type_label, std::string_view metrics_directory, const MetricsData &metrics_data) |