chromium/third_party/blink/renderer/platform/scheduler/common/tracing_helper.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/platform/scheduler/common/tracing_helper.h"

#include "base/format_macros.h"

namespace blink {
namespace scheduler {

RendererMainThreadTaskExecution;

double TimeDeltaToMilliseconds(const base::TimeDelta& value) {}

const char* YesNoStateToString(bool is_yes) {}

RendererMainThreadTaskExecution::TaskType TaskTypeToProto(TaskType task_type) {}

TraceableVariableController::TraceableVariableController() = default;

TraceableVariableController::~TraceableVariableController() {}

void TraceableVariableController::RegisterTraceableVariable(
    TraceableVariable* traceable_variable) {}

void TraceableVariableController::DeregisterTraceableVariable(
    TraceableVariable* traceable_variable) {}

void TraceableVariableController::OnTraceLogEnabled() {}

}  // namespace scheduler
}  // namespace blink