blob: 299f5ca0f7728b770b02ef7d82785940d83b44ec [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2017 École Polytechnique de Montréal
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License 2.0 which
* accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
package org.eclipse.tracecompass.analysis.profiling.core.callgraph;
/**
* Interface that analyses who provide callgraph
*
* @author Geneviève Bastien
* TODO: Bring methods from the incubator to this interface
*/
public interface ICallGraphProvider {
}