Home
last modified time | relevance | path

Searched refs:systraceAssets (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DDeviceView.java571 …final File systraceAssets = new File(DdmsPlugin.getPlatformToolsFolder(), "systrace"); //$NON-NLS-… in launchSystrace() local
572 if (!systraceAssets.isDirectory()) { in launchSystrace()
672 SystraceOutputParser.getJs(systraceAssets), in launchSystrace()
673 SystraceOutputParser.getCss(systraceAssets), in launchSystrace()
674 SystraceOutputParser.getHtmlPrefix(systraceAssets), in launchSystrace()
675 SystraceOutputParser.getHtmlSuffix(systraceAssets)); in launchSystrace()