blob: d82294bc6821126be55e1c8937a849dc3534a6a7 [file] [log] [blame]
/*
* Copyright (c) 2020 The WebRTC 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 in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#include "test/testsupport/perf_test_histogram_writer.h"
#include <stdlib.h>
#include <map>
namespace webrtc {
namespace test {
namespace {} // namespace
PerfTestResultWriter* CreateHistogramWriter() {
RTC_CHECK(false) << "Not implemented";
return nullptr;
}
} // namespace test
} // namespace webrtc