// Copyright 2016 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/test/launcher/test_launcher_tracer.h" #include "base/json/json_file_value_serializer.h" #include "base/numerics/safe_conversions.h" #include "base/strings/stringprintf.h" #include "base/values.h" namespace base { TestLauncherTracer::TestLauncherTracer() : … { … } TestLauncherTracer::~TestLauncherTracer() = default; int TestLauncherTracer::RecordProcessExecution(TimeTicks start_time, TimeDelta duration) { … } bool TestLauncherTracer::Dump(const FilePath& path) { … } } // namespace base