chromium/third_party/angle/src/tests/perf_tests/DrawCallPerfParams.cpp

//
// Copyright 2017 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// DrawCallPerfParams.cpp:
//   Parametrization for performance tests for ANGLE draw call overhead.
//

#include "DrawCallPerfParams.h"

#include <sstream>

DrawCallPerfParams::DrawCallPerfParams()
{}

DrawCallPerfParams::~DrawCallPerfParams() = default;

std::string DrawCallPerfParams::story() const
{}