Searched refs:TestTraceProcessor (Results 1 – 6 of 6) sorted by relevance
113 TestTraceProcessor::TestTraceProcessor() { in TestTraceProcessor() function in base::test::TestTraceProcessor119 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()
54 class TestTraceProcessor {58 TestTraceProcessor();59 ~TestTraceProcessor();
24 TestTraceProcessor test_trace_processor; in TEST_F()49 TestTraceProcessor test_trace_processor; in TEST_F()
589 output_name = "TestTraceProcessor"
33 ## Writing TestTraceProcessor Tests37 You can write unit or browser tests with the TestTraceProcessor to record a trace, run a query on i…47 TestTraceProcessor test_trace_processor;
11 …add/modify a diff test too. You may also wish to add an end-to-end TestTraceProcessor unit/browser…