Home
last modified time | relevance | path

Searched refs:local_result_path (Results 1 – 15 of 15) sorted by relevance

/external/chromium-crossbench/crossbench/probes/
Dvideo.py235 self._recorder_log_file = self.local_result_path.with_suffix(
292 return LocalProbeResult(file=(self.local_result_path,))
298 return LocalProbeResult(file=(self.local_result_path, timestrip_file))
309 self.local_result_path.parent / f"vfr_{self.result_path.name}")
310 self.local_result_path.rename(vrf_video_result)
322 if not self.local_result_path.exists() or self.local_result_path.stat(
357 timeline_strip_file = self.local_result_path.with_suffix(
Dpolling.py102 self.probe.interval, self.local_result_path)
105 self.local_result_path.mkdir()
114 return LocalProbeResult(file=(self.local_result_path,))
Dshell.py148 stdout_path = self.local_result_path / f"{name}.stdout.txt"
151 stderr_path = self.local_result_path / f"{name}.stderr.txt"
158 self.host_platform.mkdir(self.local_result_path)
Ddtrace.py92 self.local_result_path.with_suffix(".output.txt"))
93 self._log_path: LocalPath = self.local_result_path.with_suffix(".log")
Dresults.py273 local_result_path = out_dir / relative_path
274 browser_platform.pull(remote_path, local_result_path)
275 assert local_result_path.exists(), "Failed to copy result file."
276 local_result_paths.append(local_result_path)
Dprobe_context.py132 def local_result_path(self) -> LocalPath: member in BaseProbeContext
218 def local_result_path(self) -> LocalPath: member in ProbeContext
Dandroid_logcat.py86 file = self.local_result_path.with_suffix(".txt")
Djson.py230 raw_file = self.local_result_path
233 flattened_file = self.local_result_path
Dinternal.py90 return ProbeResult(file=(self.local_result_path,))
/external/chromium-crossbench/crossbench/probes/profiling/
Dbrowser_profiling.py178 local_result_path = self.local_result_path
179 with local_result_path.open("w", encoding="utf-8") as f:
/external/chromium-crossbench/crossbench/probes/perfetto/trace_processor/
Dtrace_processor.py320 csv_file = self.local_result_path / f"{pth.safe_filename(query)}.csv"
332 json_file = self.local_result_path / f"{pth.safe_filename(metric)}.json"
344 return self.local_result_path / "merged_trace.zip"
/external/chromium-crossbench/crossbench/probes/v8/
Dturbolizer.py65 log_dir = self.local_result_path.parent
Dbuiltins_pgo.py70 pgo_file = self.local_result_path
Drcs.py131 rcs_file = self.local_result_path.with_suffix(".rcs.txt")
/external/chromium-crossbench/crossbench/probes/web_page_replay/
Drecorder.py177 self._wprgo_log: LocalPath = self.local_result_path.with_name(
231 return LocalProbeResult(file=(self.local_result_path,))