HomeSort by relevance Sort by last modified time
    Searched full:systrace (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /external/chromium-trace/trace-viewer/tracing/test_data/
battor.zip 
  /external/chromium-trace/
README 13 systrace.py generates.
15 To make development of trace-viewer code in the context of systrace easier,
16 systrace supports arguments to generate HTML files that link to files in a
19 a new directory (e.g. trace-viewer-dev) and use systrace as follows:
21 $ ./systrace.py --link-assets --asset-dir trace-viewer-dev
systrace_agent.py 6 """The base class for systrace agents.
8 A systrace agent contains the command-line options and trace categories to
9 capture. Each systrace agent has its own tracing implementation.
13 """Initialize a systrace agent.
run_unittest.py 10 import systrace namespace
19 SYSTRACE_CMD = ['./systrace.py', '--time', '10', '-o', 'out.html', '-e',
24 SYSTRACE_LIST_CATEGORIES_CMD = ['./systrace.py', '-e', DEVICE_SERIAL, '-l']
56 options, categories = systrace.parse_options(SYSTRACE_CMD)
104 options, categories = systrace.parse_options([])
110 options, categories = systrace.parse_options(SYSTRACE_LIST_CATEGORIES_CMD)
118 options, categories = systrace.parse_options(SYSTRACE_CMD)
systrace.py 80 help='the directories of additional systrace agent modules.'
106 agents: The systrace agents.
133 """Create systrace agents.
135 This function will search systrace agent modules in agent directories and
136 create the corresponding systrace agents.
141 The list of systrace agents.
177 print >> sys.stderr, ('No systrace agent is available in directories |%s|.'
  /frameworks/base/docs/html/tools/performance/systrace/
index.jd 1 page.title=Systrace Walkthrough
2 meta.tags="android, performance, profiling, tools, compute, systrace"
3 page.tags="android", "performance", "profiling", "tools", "compute", "systrace"
24 <li><a href="#WorkingWithSystrace">Working with Systrace</a></li>
37 <p>This walkthrough shows the basic usage and workflow for the Systrace tool in the Android
40 <p>Systrace collects system and application process execution data and generates detailed,
68 <h2 id="WorkingWithSystrace">Working with Systrace</h2>
76 <img src="{@docRoot}images/tools/performance/systrace/gettingstarted_image001.png"
99 <img src="{@docRoot}images/tools/performance/systrace/gettingstarted_image003.png"
103 <strong>Figure 2. </strong>Steps for starting Systrace
    [all...]
  /frameworks/base/docs/html/tools/debugging/
systrace.jd 1 page.title=Analyzing UI Performance with Systrace
2 page.tags=systrace,speed
23 <li><a href="{@docRoot}tools/help/systrace.html">Systrace</a></li>
32 <p>The Systrace tool allows you to collect and inspect timing information across an entire Android
42 <p>Systrace helps you analyze how the execution of your application fits into the many running
44 timeline. In order to analyze your app with Systrace, you first collect a trace log of your app, and
48 <img src="{@docRoot}images/systrace/overview.png" alt="Systrace example overview" id="figure1" />
50 <strong>Figure 1.</strong> An example Systrace, showing 5 seconds of scrolling an app when i
    [all...]
  /external/chromium-trace/trace-viewer/tracing/
bower.json 9 "description": "TraceViewer for chrome://tracing and Android Systrace",
  /frameworks/opt/bitmap/src/com/android/bitmap/util/
Trace.java 27 * Begins systrace tracing for a given tag. No-op on unsupported platform versions.
29 * @param tag systrace tag to use
40 * Ends systrace tracing for the most recently begun section. No-op on unsupported platform
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
Trace.java 27 * Begins systrace tracing for a given tag. No-op on unsupported platform versions.
29 * @param tag systrace tag to use
40 * Ends systrace tracing for the most recently begun section. No-op on unsupported platform
  /frameworks/base/docs/html/tools/help/
systrace.jd 1 page.title=Systrace
7 <p>The Systrace tool helps analyze the performance of your application by capturing and
13 <p>The Systrace tool is particularly useful in diagnosing display problems where an
15 on how to use Systrace, see <a href="{@docRoot}tools/debugging/systrace.html">Analyzing
16 UI Performance with Systrace</a>.</p>
20 <p>In order to run Systrace, you must have Android SDK Tools 20 or later installed. You must also
26 <p>The Systrace tool can be run either from one of the Android SDK's graphical user interface
33 <p>The Systrace tool can be run from the
38 <p>To run the Systrace capture user interface:</p
    [all...]
monitor.jd 25 <li><a href="systrace.html">Systrace</a></li>
  /frameworks/support/v4/java/android/support/v4/os/
TraceCompat.java 20 * collected and visualized using the Systrace tool.
25 * <p>For information about using the Systrace tool, read <a
26 * href="{@docRoot}tools/debugging/systrace.html">Analyzing Display and Performance
27 * with Systrace</a>.
  /external/chromium-trace/trace-viewer/tracing/tracing/extras/importer/linux_perf/
ftrace_importer_test.html 43 var x = p(' systrace.sh-5441 [001] d... 1031.091570: ' +
46 assert.equal(x.threadName, 'systrace.sh');
56 var x = p(' systrace.sh-5441 (54321) [001] d... 1031.091570: ' +
59 assert.equal(x.threadName, 'systrace.sh');
67 var x = p(' systrace.sh-5441 ( 321) [001] d... 1031.091570: ' +
72 var x = p(' systrace.sh-5441 (-----) [001] d... 1031.091570: ' +
89 'systrace.sh-8170 [001] 15180.978813: sched_switch: ' +
90 'prev_comm=systrace.sh prev_pid=8170 prev_prio=120 ' +
97 'systrace.sh-8170 [001] d... 15180.978813: sched_switch: ' +
98 'prev_comm=systrace.sh prev_pid=8170 prev_prio=120 '
    [all...]
  /external/chromium-trace/trace-viewer/tracing/tracing/extras/
systrace_config.html 13 <!-- Features used by Android systrace. -->
  /frameworks/av/media/libnbaio/
Android.mk 23 # uncomment for systrace
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
ISystraceOptions.java 17 package com.android.ide.eclipse.ddms.systrace;
ISystraceOptionsDialog.java 17 package com.android.ide.eclipse.ddms.systrace;
SystraceTag.java 17 package com.android.ide.eclipse.ddms.systrace;
SystraceVersionDetector.java 17 package com.android.ide.eclipse.ddms.systrace;
47 monitor.beginTask("Checking systrace version on device..",
SystraceOutputParser.java 17 package com.android.ide.eclipse.ddms.systrace;
45 * @param systraceJs systrace javascript content
46 * @param systraceCss systrace css content
58 * Parses the atrace output for systrace content.
  /external/openssh/
sandbox-systrace.c 1 /* $OpenBSD: sandbox-systrace.c,v 1.14 2015/01/20 23:14:00 deraadt Exp $ */
28 #include <dev/systrace.h>
96 debug3("%s: preparing systrace sandbox", __func__);
142 if ((dev_systrace = open("/dev/systrace", O_RDONLY)) == -1)
143 fatal("%s: open(\"/dev/systrace\"): %s", __func__,
149 debug3("%s: systrace attach, fd=%d", __func__, box->systrace_fd);
  /frameworks/base/docs/html-intl/intl/ja/preview/testing/
performance.jd 400 ?????<a href="{@docRoot}tools/help/systrace.html">systrace</a> ??????????????????
422 <li>Analyzing UI Performance with Systrace
612 ??????????? <a href="{@docRoot}tools/help/systrace.html">systrace</a> ????????????????systrace ????????????? ???????????????????????????????????????????? ??????????????????????????
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/os/
TraceHelper.java 23 * Helper for systrace events.
  /frameworks/base/docs/html-intl/intl/ko/preview/testing/
performance.jd 400 ?? ??, <a href="{@docRoot}tools/help/systrace.html">systrace</a> ??? ???? ?? ????? ?????.
422 <li>Systrace? UI ?? ????
612 ?? ??? ??, <a href="{@docRoot}tools/help/systrace.html">systrace</a>?? ???? ?? ????. ??? ?? ??? ?????? ?? ??, ???? ?? ?? ???? ??? ?? ???? ??? ??? ?? ??? ?? ??? ?? ??? ??? ??? ????? ?????.

Completed in 3220 milliseconds

1 2 3 4 5 6 7