Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/fetch/fetch_tracer.h"
#include <chrono>
#include <ctime>
#include <iomanip>
#include <memory>
#include <mutex>
#include <optional>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
#include <fmt/format.h>
Classes | |
struct | cuttlefish::anonymous_namespace{fetch_tracer.cpp}::Phase |
struct | cuttlefish::FetchTracer::TraceImpl |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{fetch_tracer.cpp} |
Functions | |
std::string | cuttlefish::anonymous_namespace{fetch_tracer.cpp}::FormatByteSize (uint64_t size) |
std::string | cuttlefish::anonymous_namespace{fetch_tracer.cpp}::ToStyledString (const FetchTracer::TraceImpl &trace, std::string indent_prefix) |