chromium/components/subresource_filter/core/common/time_measurements.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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;

}  // namespace subresource_filter