blob: cd492e050a6c269a7422db7e6c5502e0216ef3eb [file] [log] [blame]
// Copyright 2019 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.
#include <gtest/gtest.h>
#include "src/developer/debug/zxdb/common/perf_test.h"
#include "src/developer/debug/zxdb/symbols/index.h"
namespace zxdb {
TEST(ModuleLoad, Perf) {
PerfTimeLogger logger("zxdb", "ModuleLoad");
// TODO(brettw) write this.
}
} // namespace zxdb