Android-cuttlefish cvd tool
Classes | Namespaces | Functions
metrics_orchestration.h File Reference
#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"
Include dependency graph for metrics_orchestration.h:
This graph shows which files directly or indirectly include this file:

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)