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
delegate_time_scale_converter: Optional function to convert the time scale of delegate profiling data. If not given, use the conversion ratio of
1042
-
target_time_scale/source_time_scale.
1039
+
delegate_metadata_parser: Optional function to parse delegate metadata from an Profiling Event. Expected signature of the function is (delegate_metadata_list: List[bytes]) -> Union[List[str], Dict[str, Any]].
1040
+
delegate_time_scale_converter: Optional function to convert the time scale of delegate profiling data. If not given, use the conversion ratio of target_time_scale/source_time_scale.
1043
1041
enable_module_hierarchy: Enable submodules in the operator graph. Defaults to False.
1044
1042
1045
1043
Returns:
@@ -1306,10 +1304,9 @@ def print_data_tabular(
1306
1304
Displays the underlying EventBlocks in a structured tabular format, with each row representing an Event.
1307
1305
1308
1306
Args:
1309
-
file: Which IO stream to print to. Defaults to stdout.
1310
-
Not used if this is in an IPython environment such as a Jupyter notebook.
1311
-
include_units: Whether headers should include units (default true)
1312
-
include_delegate_debug_data: Whether to include delegate debug metadata (default false)
1307
+
file: Which IO stream to print to. Defaults to stdout. Not used if this is in an IPython environment such as a Jupyter notebook.
1308
+
include_units: Whether headers should include units (default true).
1309
+
include_delegate_debug_data: Whether to include delegate debug metadata (default false).
0 commit comments