You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After exporting a `BundledProgram`, runtime profiling and debug data can be collected in an ``ETDump``. An ``ETDump`` is a buffer containing data generated by hooks within the ExecuTorch runtime.
47
50
We offer an example runner that accepts a `BundledProgram` (`.bpte`) and runs a single iteration over the first method defined.
48
51
49
-
Running the program will generate an `ETDump` file (`.etdp`) at the location specified by `--etdump_path`. Make sure to build the program as specified below to enable the event tracer.
52
+
Running the program will generate an `ETDump` file (`.etdp`) at the location specified by `--etdump_path`.
0 commit comments