use of org.eclipse.linuxtools.internal.gprof.view.GmonView in project linuxtools by eclipse.
the class GprofTest method testView.
@Test
public void testView() {
GmonView view = GmonView.displayGprofView(gd, gmonFile.getAbsolutePath());
SwitchContentProviderAction action = new SwitchContentProviderAction("testAction", "icons/ch_callees.png", /* to avoid error */
view.getSTViewer().getViewer(), contentProvider);
action.run();
changeMode(view, timeMode);
STJunitUtils.testCSVExport(view, dumpFile.getAbsolutePath(), refFile.getAbsolutePath());
}
Aggregations