blob: 36e45565635811fc7fe0c180520061894907a11e [file] [log] [blame]
// Copyright 2019 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.
[
ImplementedAs=InternalsProfiler
]
partial interface Internals {
// Collects a sample for all profilers attached to the invoker's isolate.
[CallWith=ScriptState] void collectSample();
};