use of org.eclipse.linuxtools.internal.oprofile.launch.configuration.OprofileSetupTab in project linuxtools by eclipse.
the class TestLaunching method setProfileAttributes.
@Override
protected void setProfileAttributes(ILaunchConfigurationWorkingCopy wc) {
OprofileTestingEventConfigTab configTab = new OprofileTestingEventConfigTab();
OprofileSetupTab setupTab = new OprofileSetupTab();
configTab.setOprofileProject(proj.getProject());
configTab.setDefaults(wc);
setupTab.setDefaults(wc);
}
use of org.eclipse.linuxtools.internal.oprofile.launch.configuration.OprofileSetupTab in project linuxtools by eclipse.
the class TestLaunchingExternalProject method setProfileAttributes.
// Implemented abstract method of AbstractTest
@Override
protected void setProfileAttributes(ILaunchConfigurationWorkingCopy wc) {
OprofileTestingEventConfigTab configTab = new OprofileTestingEventConfigTab();
configTab.setOprofileProject(externalProject);
OprofileSetupTab setupTab = new OprofileSetupTab();
configTab.setDefaults(wc);
setupTab.setDefaults(wc);
}
use of org.eclipse.linuxtools.internal.oprofile.launch.configuration.OprofileSetupTab in project linuxtools by eclipse.
the class TestSetup method setProfileAttributes.
@Override
protected void setProfileAttributes(ILaunchConfigurationWorkingCopy wc) {
OprofileTestingEventConfigTab configTab = new OprofileTestingEventConfigTab();
OprofileSetupTab setupTab = new OprofileSetupTab();
configTab.setOprofileProject(proj.getProject());
configTab.setDefaults(wc);
setupTab.setDefaults(wc);
}
Aggregations