chromium/third_party/blink/renderer/core/accessibility/histogram_macros.h

// 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.

#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_ACCESSIBILITY_HISTOGRAM_MACROS_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_ACCESSIBILITY_HISTOGRAM_MACROS_H_

namespace blink {

#define UMA_HISTOGRAM_CUSTOM_EXACT_LINEAR(name, sample, min, max, buckets)

#define STATIC_HISTOGRAM_POINTER_BLOCK(constant_histogram_name,             \
                                       histogram_add_method_invocation,     \
                                       histogram_factory_get_invocation)

#define HISTOGRAM_POINTER_USE(                                           \
    atomic_histogram_pointer, constant_histogram_name,                   \
    histogram_add_method_invocation, histogram_factory_get_invocation)

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_CORE_ACCESSIBILITY_HISTOGRAM_MACROS_H_