This extension point is used to provide on-demand analyses. Unlike regular analyses, the on-demand ones are only executed when the user specifies it. A fully qualified identifier of the target extension point An optional identifier of the extension instance An optional name of the extension instance An on-demand analysis which can run on the traces it specifies The unique ID that identifies this on-demand analysis The class implementing the on-demand analysis 2.0 <p> For an example implementation of an on-demand analysis see: <pre> plug-in: org.eclipse.linuxtools.tmf.core.tests package: org.eclipse.linuxtools.tmf.core.tests.stubs.analysis.ondemand class: OnDemandAnalysisStub </pre> </p> <p> The following is an example of the extension point usage: <pre> <extension point="org.eclipse.tracecompass.tmf.core.analysis.ondemand"> <analysis class="org.eclipse.tracecompass.tmf.tests.stubs.analysis.ondemand.OnDemandAnalysisStub" id="org.eclipse.tracecompass.tmf.core.tests.analysis1"> </analysis> </extension> </pre> </p> Since 2.0 Copyright (c) 2016 EfficiOS Inc. and others 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 <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>