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

  /external/chromium_org/base/test/
trace_event_analyzer.cc 666 // TraceAnalyzer
668 TraceAnalyzer::TraceAnalyzer() : allow_assocation_changes_(true) {
671 TraceAnalyzer::~TraceAnalyzer() {
675 TraceAnalyzer* TraceAnalyzer::Create(const std::string& json_events) {
676 scoped_ptr<TraceAnalyzer> analyzer(new TraceAnalyzer());
682 bool TraceAnalyzer::SetEvents(const std::string& json_events)
    [all...]
trace_event_analyzer_unittest.cc 63 scoped_ptr<TraceAnalyzer>
64 analyzer(TraceAnalyzer::Create(output_.json_output));
215 scoped_ptr<TraceAnalyzer>
216 analyzer(TraceAnalyzer::Create(output_.json_output));
305 scoped_ptr<TraceAnalyzer>
306 analyzer(TraceAnalyzer::Create(output_.json_output));
360 scoped_ptr<TraceAnalyzer>
361 analyzer(TraceAnalyzer::Create(output_.json_output));
405 scoped_ptr<TraceAnalyzer>
406 analyzer(TraceAnalyzer::Create(output_.json_output))
    [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);
538 // TraceAnalyzer helps tests search for trace events.
539 class TraceAnalyzer {
541 ~TraceAnalyzer();
    [all...]
  /external/chromium_org/chrome/test/perf/frame_rate/
frame_rate_tests.cc 122 using trace_analyzer::TraceAnalyzer;
125 scoped_ptr<TraceAnalyzer> analyzer(TraceAnalyzer::Create(json_events));
  /external/chromium_org/chrome/test/gpu/
gpu_feature_browsertest.cc 39 using trace_analyzer::TraceAnalyzer;
130 analyzer_.reset(TraceAnalyzer::Create(trace_events_json_));
160 analyzer_.reset(TraceAnalyzer::Create(trace_events_json_));
167 scoped_ptr<TraceAnalyzer> analyzer_;
  /external/chromium_org/chrome/test/perf/rendering/
throughput_tests.cc 304 using trace_analyzer::TraceAnalyzer;
327 scoped_ptr<TraceAnalyzer> analyzer;
345 analyzer.reset(TraceAnalyzer::Create(json_events));
359 analyzer.reset(TraceAnalyzer::Create(json_events));

Completed in 1482 milliseconds