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

  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_based_measurement.py 184 trace_file_path = util.GetSequentialFileName(
187 with open(trace_file_path, 'w') as f:
190 page, 'trace_path', 'string', trace_file_path))
192 logging.error('Cannot open %s. %s' % (trace_file_path, e))
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_base.cc 111 std::string trace_file_path = local
113 EXPECT_EQ(0, video_engine->SetTraceFile(trace_file_path.c_str()));
  /external/chromium_org/content/browser/tracing/
tracing_controller_impl.cc 40 explicit FileTraceDataSink(const base::FilePath& trace_file_path,
42 : file_path_(trace_file_path),

Completed in 1979 milliseconds