blob: dcc447804e1bb780c6900f6fb5184ef8a6312603 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2019 É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 v1.0 which
* accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*******************************************************************************/
/**
* <code>/TraceCompass/Callstack</code>: EASE Scripting module to manipulate
* weighted trees and callstacks, operate on flamegraphs, etc.
*
* <pre>
* Load: <code>/TraceCompass/Callstack</code>
* Type: Core
* </pre>
*/
@org.eclipse.jdt.annotation.NonNullByDefault
package org.eclipse.tracecompass.incubator.scripting.core.callstack;