Home
last modified time | relevance | path

Searched refs:TestTraceProcessor (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/base/test/
H A Dtest_trace_processor.cc113 TestTraceProcessor::TestTraceProcessor() { in TestTraceProcessor() function in base::test::TestTraceProcessor
119 TestTraceProcessor::~TestTraceProcessor() = default;
121 void TestTraceProcessor::StartTrace(std::string_view category_filter_string, in StartTrace()
126 void TestTraceProcessor::StartTrace(const TraceConfig& config, in StartTrace()
151 absl::Status TestTraceProcessor::StopAndParseTrace() { in StopAndParseTrace()
166 base::expected<TestTraceProcessor::QueryResult, std::string>
167 TestTraceProcessor::RunQuery(const std::string& query) { in RunQuery()
H A Dtest_trace_processor.h54 class TestTraceProcessor {
58 TestTraceProcessor();
59 ~TestTraceProcessor();
H A Dtest_trace_processor_example_unittest.cc24 TestTraceProcessor test_trace_processor; in TEST_F()
49 TestTraceProcessor test_trace_processor; in TEST_F()
H A DBUILD.gn589 output_name = "TestTraceProcessor"
/aosp_15_r20/external/cronet/base/tracing/test/
H A DREADME33 ## Writing TestTraceProcessor Tests
37 You can write unit or browser tests with the TestTraceProcessor to record a trace, run a query on i…
47 TestTraceProcessor test_trace_processor;
/aosp_15_r20/external/cronet/base/tracing/stdlib/chrome/
H A DREADME11 …add/modify a diff test too. You may also wish to add an end-to-end TestTraceProcessor unit/browser…