Sign in
mojo
/
mojo
/
02b32f11dbffc023b3d5f849fb09e79dab51349d
/
.
/
sky
/
viewer
/
services
/
tracing.mojom
blob: 91e7eaa408cd438a02ed56beec4a40d634189842 [
file
]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module
sky
;
interface
Tracing
{
Start
();
Stop
();
};