Searched defs:profilerView (Results 1 – 3 of 3) sorted by relevance
153 ProfilerChartsView profilerView = null; in deleteChart() local302 private void stopTask(ProfilerChartsView profilerView, CustomJButton stopButton, in stopTask()328 private void startTask(ProfilerChartsView profilerView, CustomJButton stopButton, in startTask()366 …ic void clickRunAndStop(TaskScenePanelChart taskScenePanelChart, ProfilerChartsView profilerView) { in clickRunAndStop()399 …e void pauseButtonEvent(TaskScenePanelChart taskScenePanelChart, ProfilerChartsView profilerView) { in pauseButtonEvent()649 public void clickZoomEvery(CustomComboBox jComboBox, ProfilerChartsView profilerView) { in clickZoomEvery()769 …public void clickConfig(TaskScenePanelChart taskScenePanelChart, ProfilerChartsView profilerView) { in clickConfig()
62 private final ProfilerChartsView profilerView; field in PerformanceIndexPopupMenu71 public PerformanceIndexPopupMenu(ProfilerChartsView profilerView, long sessionId) { in PerformanceIndexPopupMenu()
258 private ProfilerChartsView profilerView; field in TaskScenePanelChart