Home
last modified time | relevance | path

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

/tools/trebuchet/
DREADME.md3 Trebuchet is a Kotlin library for parsing and analyzing Android trace files generated by the `atrac…
11 Trebuchet comes bundled with several programs for analyzing one or more trace files.
15 The Startup Analyzer program takes a trace file, detects any startup events that occurred during th…
19 The Startup Summarizer program takes a set of trace files, detects startup events in each file, and…
23 …-startup.sh`, which will start a trace, launch an activity given a package name and an activity na…
/tools/trebuchet/trebuchet/startup-analyzer/
DREADME.md6 :trebuchet:startup-analyzer:run --args="<absolute path to trace file>"`.
8 If you do not already have a trace file to analyze you can capture 10 seconds
13 trace from HTML files generated by `systrace.py`.
18 Opening `/usr/local/google/home/chriswailes/projects/trebuchet/trace-facebook.html`
21 Parsing trace-facebook.html took 435ms
105 Obfuscated trace point
/tools/asuite/atest-py2/test_runners/
Devent_handler.py166 trace = self.state['last_failed']['trace']
172 trace = None
176 trace = None
179 trace = None
192 details=trace,
/tools/asuite/atest/test_runners/
Devent_handler.py180 trace = self.state['last_failed']['trace']
186 trace = None
190 trace = None
193 trace = None
206 details=trace,
/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/
DBazelXmlResultReporter.java144 public void testFailed(TestDescription test, String trace) { in testFailed() argument
145 mTestRunResult.testFailed(test, trace); in testFailed()
154 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure() argument
155 mTestRunResult.testAssumptionFailure(test, trace); in testAssumptionFailure()
DBazelExitCodeResultReporter.java89 public void testFailed(TestDescription test, String trace) { in testFailed() argument
/tools/trebuchet/trebuchet/startup-common/test/
DStartupCommonTests.kt66 val trace = parseString(test) in testEmptyThreadStart() constant
67 trace.getStartupEvents() in testEmptyThreadStart()
/tools/trebuchet/trebuchet/startup-analyzer/src/
DStartupAnalyzer.kt112 val trace = parseTrace(File(filename), verbose = false) in main() constant
114 measureStartup(trace) in main()
/tools/trebuchet/trebuchet/user-switch-analyzer/src/
DUserSwitchAnalyzer.kt92 val trace = parseTrace(File(input), verbose = true) in main() constant
118 measureServiceStartup(trace, userId, serviceCount, output) in main()
/tools/loganalysis/src/com/android/loganalysis/item/
DAnrItem.java138 public void setTrace(String trace) { in setTrace() argument
139 setAttribute(TRACE, trace); in setTrace()
/tools/trebuchet/trebuchet/system-server-analyzer/src/
DSystemServerAnalyzer.kt106 val trace = parseTrace(File(input), verbose = true) in main() constant
128 measureServiceStartup(trace, thresholdMs, output, csvFormat) in main()
/tools/trebuchet/trebuchet/traceutils/src/
DTraceUtils.kt85 trace -> in extract() method
89 copy(trace, outputStream) in extract()
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/
DFtraceImporterTest.kt152 val trace = """ # tracer: nop in testKernel515Changes() constant
166 val modelFragment = importer.import(trace.makeReader()) in testKernel515Changes()
/tools/trebuchet/trebuchet/startup-summarizer/src/
DStartupSummarizer.kt339 val trace = parseTrace(File(fileName), false) in main() constant
342 val traceStartupEvents : List<StartupEvent> = trace.getStartupEvents() in main()
/tools/loganalysis/src/com/android/loganalysis/parser/
DBugreportParser.java276 private void addAnrTrace(List<AnrItem> anrs, String app, String trace) { in addAnrTrace() argument
282 anr.setTrace(trace); in addAnrTrace()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dapollo_qa.proto88 /* These messages are internal trace-points for QA to do whitebox validation.
89 However, developers should feel free to remove trace-points if they
/tools/trebuchet/scripts/
Drun-startup.sh38 $ADB pull /sdcard/atrace.trace
DREADME.md11 appropriate tracing enabled. It then saves a trace and reports a summary of the
/tools/trebuchet/trebuchet/system-server-analyzer/
DREADME.md10 If you do not already have a trace file to analyze you can follow the steps
/tools/trebuchet/trebuchet/user-switch-analyzer/
DREADME.md12 If you do not already have a trace file to analyze you can follow the steps
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/
DREADME.md20 sniffer trace and analyze it for validity. These tests are **not** automated.
/tools/asuite/atest/tf_proto/
Dtest_record.proto96 string trace = 2; field