/tools/trebuchet/ |
D | README.md | 3 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/ |
D | README.md | 6 :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/ |
D | event_handler.py | 166 trace = self.state['last_failed']['trace'] 172 trace = None 176 trace = None 179 trace = None 192 details=trace,
|
/tools/asuite/atest/test_runners/ |
D | event_handler.py | 180 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/ |
D | BazelXmlResultReporter.java | 144 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()
|
D | BazelExitCodeResultReporter.java | 89 public void testFailed(TestDescription test, String trace) { in testFailed() argument
|
/tools/trebuchet/trebuchet/startup-common/test/ |
D | StartupCommonTests.kt | 66 val trace = parseString(test) in testEmptyThreadStart() constant 67 trace.getStartupEvents() in testEmptyThreadStart()
|
/tools/trebuchet/trebuchet/startup-analyzer/src/ |
D | StartupAnalyzer.kt | 112 val trace = parseTrace(File(filename), verbose = false) in main() constant 114 measureStartup(trace) in main()
|
/tools/trebuchet/trebuchet/user-switch-analyzer/src/ |
D | UserSwitchAnalyzer.kt | 92 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/ |
D | AnrItem.java | 138 public void setTrace(String trace) { in setTrace() argument 139 setAttribute(TRACE, trace); in setTrace()
|
/tools/trebuchet/trebuchet/system-server-analyzer/src/ |
D | SystemServerAnalyzer.kt | 106 val trace = parseTrace(File(input), verbose = true) in main() constant 128 measureServiceStartup(trace, thresholdMs, output, csvFormat) in main()
|
/tools/trebuchet/trebuchet/traceutils/src/ |
D | TraceUtils.kt | 85 trace -> in extract() method 89 copy(trace, outputStream) in extract()
|
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/ |
D | FtraceImporterTest.kt | 152 val trace = """ # tracer: nop in testKernel515Changes() constant 166 val modelFragment = importer.import(trace.makeReader()) in testKernel515Changes()
|
/tools/trebuchet/trebuchet/startup-summarizer/src/ |
D | StartupSummarizer.kt | 339 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/ |
D | BugreportParser.java | 276 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/ |
D | apollo_qa.proto | 88 /* 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/ |
D | run-startup.sh | 38 $ADB pull /sdcard/atrace.trace
|
D | README.md | 11 appropriate tracing enabled. It then saves a trace and reports a summary of the
|
/tools/trebuchet/trebuchet/system-server-analyzer/ |
D | README.md | 10 If you do not already have a trace file to analyze you can follow the steps
|
/tools/trebuchet/trebuchet/user-switch-analyzer/ |
D | README.md | 12 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/ |
D | README.md | 20 sniffer trace and analyze it for validity. These tests are **not** automated.
|
/tools/asuite/atest/tf_proto/ |
D | test_record.proto | 96 string trace = 2; field
|