OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:traceview
(Results
1 - 25
of
92
) sorted by null
1
2
3
4
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/
about.ini
2
featureImage=icons/
traceview
-32.pn
plugin.xml
7
class="com.android.ide.eclipse.
traceview
.editors.TraceviewEditor"
11
id="com.android.ide.eclipse.
traceview
.editors.TraceviewEditor"
12
name="
Traceview
">
18
class="com.android.ide.eclipse.
traceview
.TraceviewLauncher">
about.properties
1
blurb=
Traceview
\n\
build.properties
6
libs/
traceview
.jar,\
.classpath
4
<classpathentry kind="lib" path="libs/
traceview
.jar" sourcepath="/
traceview
"/>
.project
3
<name>
traceview
-plugin</name>
/frameworks/base/docs/html/guide/developing/tools/
traceview.jd
1
page.title=
Traceview
6
<p>
Traceview
is a graphical viewer for execution logs saved by your application.
7
Traceview
can help you debug your application and profile its performance.</p>
9
<p>To start
Traceview
, enter the following command from the SDK <code>tools/</code> directory:</p>
10
<pre>
traceview
</pre>
13
<p>For more information on how to use
Traceview
, see
14
<a href="{@docRoot}guide/developing/debugging/debugging-tracing.html">Profiling with
Traceview
and dmtracedump</a>
/sdk/traceview/etc/
Android.mk
6
LOCAL_PREBUILT_EXECUTABLES :=
traceview
manifest.txt
1
Main-Class: com.android.
traceview
.MainWindow
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/META-INF/
MANIFEST.MF
3
Bundle-Name:
Traceview
4
Bundle-SymbolicName: com.android.ide.eclipse.
traceview
;singleton:=true
6
Bundle-Activator: com.android.ide.eclipse.
traceview
.TraceviewPlugin
17
libs/
traceview
.jar
/sdk/traceview/
README
1
Using the Eclipse projects for
traceview
.
3
traceview
requires SWT to compile.
.project
3
<name>
traceview
</name>
/dalvik/dx/src/junit/runner/
FailureDetailView.java
12
* Returns the component used to present the
TraceView
/external/junit/src/junit/runner/
FailureDetailView.java
12
* Returns the component used to present the
TraceView
/sdk/eclipse/features/com.android.ide.eclipse.traceview/
.project
3
<name>
traceview
-feature</name>
/sdk/eclipse/scripts/
create_traceview_symlinks.sh
13
DEST="sdk/eclipse/plugins/com.android.ide.eclipse.
traceview
/libs"
19
LIBS="
traceview
"
22
make -j3 showcommands $LIBS || die "
TRACEVIEW
: Fail to build one of $LIBS."
create_all_symlinks.sh
28
echo ; echo "###
TRACEVIEW
###" ; echo
/frameworks/base/test-runner/src/junit/runner/
FailureDetailView.java
16
// * Returns the component used to present the
TraceView
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DdmConstants.java
33
* Extension for
Traceview
files.
41
/**
traceview
executable (with extension for the current OS) */
43
"
traceview
.bat" : "
traceview
"; //$NON-NLS-1$ //$NON-NLS-2$
/sdk/traceview/src/
Android.mk
17
LOCAL_MODULE :=
traceview
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
IToolsLocator.java
31
* Queries the location of
Traceview
32
* @return A full OS path to the location of
traceview
ITraceviewLauncher.java
20
* Classes which implement this interface provides a way to open a
traceview
file.
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
MethodProfilingHandler.java
43
* This will pull the trace file into a temp file and launch
traceview
.
138
// open the temp file in
traceview
150
// now that we have the file, we need to launch
traceview
159
new Thread("
Traceview
output") {
172
DdmConsole.printErrorToConsole("
Traceview
: " + line);
180
Log.e("
traceview
", e);
185
Log.e("
traceview
", e);
/sdk/build/
tools.windows.atree
80
rm tools/
traceview
81
sdk/
traceview
/etc/
traceview
.bat tools/
traceview
.bat
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
plugin.properties
18
extension-point.name.TreeView_Laucher =
TraceView
Launche
Completed in 897 milliseconds
1
2
3
4