blob: e29af5829ea275f8e99bb5d5c718ec594b69e285 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SRC_TESTS_MICROBENCHMARKS_UTIL_H_
#define SRC_TESTS_MICROBENCHMARKS_UTIL_H_
#include <vector>
namespace util {
std::vector<std::string> MakeDeterministicNamesList(int length);
} // namespace util
#endif // SRC_TESTS_MICROBENCHMARKS_UTIL_H_