Searched refs:export_chrome_trace (Results 1 – 20 of 20) sorted by relevance
151 def export_chrome_trace(self, path): member in profile154 return self.function_events.export_chrome_trace(path)156 export_chrome_trace.__doc__ = EventList.export_chrome_trace.__doc__
453 def export_chrome_trace(self, path): member in profile462 return self._function_events.export_chrome_trace(path) # type: ignore[union-attr]464 export_chrome_trace.__doc__ = EventList.export_chrome_trace.__doc__
210 def export_chrome_trace(self, path): member in EventList
295 p.export_chrome_trace(fname)630 prof.export_chrome_trace(fname)727 prof.export_chrome_trace(fname)801 prof.export_chrome_trace(fname)1147 prof.export_chrome_trace(fname)1161 prof.export_chrome_trace(fname)1172 prof.export_chrome_trace(fname)1196 prof.export_chrome_trace(fname)1212 prof.export_chrome_trace(fname)1249 prof.export_chrome_trace(fname)[all …]
156 p.export_chrome_trace(kt.name)
51 p.export_chrome_trace("/tmp/chrome.json")
214 def export_chrome_trace(self, path: str): member in _KinetoProfile223 retvalue = self.profiler.export_chrome_trace(fp.name)230 return self.profiler.export_chrome_trace(path)483 prof.export_chrome_trace(os.path.join(dir_name, file_name))
20 * Use :code:`prof.export_chrome_trace("trace.json")` to export the profiling artifact.44 prof.export_chrome_trace("trace.json")118 prof.export_chrome_trace("trace_compile.json")193 prof.export_chrome_trace("trace_break.json")
275 profiler.profile.export_chrome_trace
70 prof.export_chrome_trace(trace_filename)
44 prof.export_chrome_trace(args.trace_file)
734 p.export_chrome_trace(name)
35 prof.export_chrome_trace(fname)
156 p.export_chrome_trace(profile_path)
308 p.export_chrome_trace(path)
378 prof.export_chrome_trace("trace.json")
1835 p.export_chrome_trace(path)
221 prof.export_chrome_trace(trace_file)
5595 p.export_chrome_trace("/tmp/trace_" + str(p.step_num) + ".json")
4927 prof.export_chrome_trace(trace_file.name)