// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/profiler/sample_metadata.h" #include "base/metrics/metrics_hashes.h" #include "base/threading/platform_thread.h" #include "build/build_config.h" #include "testing/gtest/include/gtest/gtest.h" namespace base { TEST(SampleMetadataTest, ScopedSampleMetadata) { … } TEST(SampleMetadataTest, ScopedSampleMetadataWithKey) { … } TEST(SampleMetadataTest, SampleMetadata) { … } TEST(SampleMetadataTest, SampleMetadataWithKey) { … } TEST(SampleMetadataTest, SampleMetadataWithThreadId) { … } } // namespace base