Searched refs:streaming (Results 1 – 6 of 6) sorted by relevance
/art/test/2246-trace-v2/src/ |
D | Main.java | 51 public static void testTracing(boolean streaming, int flags, int expected_version) in testTracing() argument 59 file.getPath(), out_file.getFD(), 0, flags, false, 0, streaming); in testTracing() 88 file.getPath(), main_out_file.getFD(), 0, flags, false, 0, streaming); in testTracing() local 163 int flags, boolean samplingEnabled, int intervalUs, boolean streaming) in startMethodTracingV2() argument 166 flags | TRACE_OUTPUT_V2_FLAG, samplingEnabled, intervalUs, streaming); in startMethodTracingV2()
|
/art/test/2246-trace-stream/src/ |
D | Main.java | 62 public static void testTracing(boolean streaming, int flags, BaseTraceParser parser, in testTracing() argument 70 file.getPath(), out_file.getFD(), 0, flags, false, 0, streaming); in testTracing() 99 file.getPath(), main_out_file.getFD(), 0, flags, false, 0, streaming); in testTracing() local 174 int flags, boolean samplingEnabled, int intervalUs, boolean streaming) in startMethodTracing() argument 177 null, filename, fd, bufferSize, flags, samplingEnabled, intervalUs, streaming); in startMethodTracing()
|
/art/test/2246-trace-stream/ |
D | info.txt | 1 Tests streaming method tracing. It verifies the format of the generated file is
|
D | expected-stdout.txt | 2 ***** streaming test - dual clock ******* 382 ***** streaming test - wall clock ******* 762 ***** non streaming test - dual clock ******* 1142 ***** non streaming test - wall clock *******
|
/art/test/2246-trace-v2/ |
D | info.txt | 1 Tests streaming method tracing. It verifies the format of the generated file is
|
D | expected-stdout.txt | 2 ***** streaming test - dual clock ******* 388 ***** streaming test - wall clock *******
|