Searched refs:TraceAnalyzer (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/tab_capture/
H A Dtab_capture_performancetest.cc144 bool PrintResults(trace_analyzer::TraceAnalyzer *analyzer,
201 scoped_ptr<trace_analyzer::TraceAnalyzer> analyzer;
202 analyzer.reset(trace_analyzer::TraceAnalyzer::Create(json_events));
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.cc678 // TraceAnalyzer
680 TraceAnalyzer::TraceAnalyzer() : allow_assocation_changes_(true) { function in class:trace_analyzer::TraceAnalyzer
683 TraceAnalyzer::~TraceAnalyzer() {
687 TraceAnalyzer* TraceAnalyzer::Create(const std::string& json_events) {
688 scoped_ptr<TraceAnalyzer> analyzer(new TraceAnalyzer());
694 bool TraceAnalyzer
[all...]
H A Dtrace_event_analyzer_unittest.cc73 scoped_ptr<TraceAnalyzer>
74 analyzer(TraceAnalyzer::Create(output_.json_output));
225 scoped_ptr<TraceAnalyzer>
226 analyzer(TraceAnalyzer::Create(output_.json_output));
315 scoped_ptr<TraceAnalyzer>
316 analyzer(TraceAnalyzer::Create(output_.json_output));
370 scoped_ptr<TraceAnalyzer>
371 analyzer(TraceAnalyzer::Create(output_.json_output));
419 scoped_ptr<TraceAnalyzer>
420 analyzer(TraceAnalyzer
[all...]
H A Dtrace_event_analyzer.h5 // 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 { class in namespace:trace_analyzer
559 ~TraceAnalyzer();
[all...]
/external/chromium_org/chrome/test/perf/frame_rate/
H A Dframe_rate_tests.cc123 using trace_analyzer::TraceAnalyzer;
126 scoped_ptr<TraceAnalyzer> analyzer(TraceAnalyzer::Create(json_events));
/external/chromium_org/chrome/test/gpu/
H A Dgpu_feature_browsertest.cc39 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/
H A Dthroughput_tests.cc304 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 194 milliseconds