Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
DSystraceOutputParser.java29 public class SystraceOutputParser { class
48 public SystraceOutputParser(boolean compressedStream, String systraceJs, String systraceCss, in SystraceOutputParser() method in SystraceOutputParser
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DDeviceView.java50 import com.android.ide.eclipse.ddms.systrace.SystraceOutputParser;
670 SystraceOutputParser parser = new SystraceOutputParser( 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()