HomeSort by relevance Sort by last modified time
    Searched defs:TraceAnalyzer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/test/
trace_event_analyzer.cc 673 // TraceAnalyzer
675 TraceAnalyzer::TraceAnalyzer()
679 TraceAnalyzer::~TraceAnalyzer() {
683 TraceAnalyzer* TraceAnalyzer::Create(const std::string& json_events) {
684 scoped_ptr<TraceAnalyzer> analyzer(new TraceAnalyzer());
690 bool TraceAnalyzer::SetEvents(const std::string& json_events)
    [all...]
trace_event_analyzer.h 5 // Use trace_analyzer::Query and trace_analyzer::TraceAnalyzer to search for
10 // - Create TraceAnalyzer with JSON string.
11 // - Call TraceAnalyzer::AssociateBeginEndEvents (optional).
12 // - Call TraceAnalyzer::AssociateEvents (zero or more times).
13 // - Call TraceAnalyzer::FindEvents with queries to find specific events.
25 // The following examples use this basic setup code to construct TraceAnalyzer
29 // TraceAnalyzer analyzer(json_events);
556 // TraceAnalyzer helps tests search for trace events.
557 class TraceAnalyzer {
559 ~TraceAnalyzer();
    [all...]

Completed in 70 milliseconds