// Copyright 2018 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/strings/string_util.h" #include <cinttypes> #include "base/time/time.h" #include "build/build_config.h" #include "testing/gtest/include/gtest/gtest.h" namespace base { template <typename String> void MeasureIsStringASCII(size_t str_length, size_t non_ascii_pos) { … } TEST(StringUtilTest, DISABLED_IsStringASCIIPerf) { … } } // namespace base