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

  /external/libchrome/base/test/
trace_event_analyzer_unittest.cc 83 std::unique_ptr<TraceAnalyzer> analyzer(
84 TraceAnalyzer::Create(output_.json_output));
242 std::unique_ptr<TraceAnalyzer> analyzer(
243 TraceAnalyzer::Create(output_.json_output));
333 std::unique_ptr<TraceAnalyzer> analyzer(
334 TraceAnalyzer::Create(output_.json_output));
388 std::unique_ptr<TraceAnalyzer> analyzer(
389 TraceAnalyzer::Create(output_.json_output));
438 std::unique_ptr<TraceAnalyzer> analyzer(
439 TraceAnalyzer::Create(output_.json_output))
    [all...]
trace_event_analyzer.cc 727 // TraceAnalyzer
729 TraceAnalyzer::TraceAnalyzer()
733 TraceAnalyzer::~TraceAnalyzer() {
737 TraceAnalyzer* TraceAnalyzer::Create(const std::string& json_events) {
738 std::unique_ptr<TraceAnalyzer> analyzer(new TraceAnalyzer());
744 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);
656 // TraceAnalyzer helps tests search for trace events.
657 class TraceAnalyzer {
659 ~TraceAnalyzer();
    [all...]
  /external/libchrome/base/trace_event/
memory_dump_manager_unittest.cc     [all...]

Completed in 105 milliseconds