#include "components/subresource_filter/core/common/time_measurements.h"
#include "base/metrics/histogram.h"
#include "components/subresource_filter/core/common/scoped_timers.h"
namespace subresource_filter {
ScopedUmaHistogramThreadTimer::ScopedUmaHistogramThreadTimer(
const std::string& name)
: … { … }
ScopedUmaHistogramThreadTimer::~ScopedUmaHistogramThreadTimer() = default;
ScopedUmaHistogramMicroThreadTimer::ScopedUmaHistogramMicroThreadTimer(
const std::string& name)
: … { … }
ScopedUmaHistogramMicroThreadTimer::~ScopedUmaHistogramMicroThreadTimer() =
default;
}