Skip to content

Commit d866112

Browse files
authored
trying a different table format
1 parent 3958b26 commit d866112

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

recipes_source/recipes/profiler_recipe.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,8 @@
218218
######################################################################
219219
# The resulting table output (omitting some columns):
220220
#
221-
# .. code-block:: sh
222221
#
223-
# ------------------------------------------------------- ------------ ------------ ------------ ------------ ------------
222+
# ========================================================= ============ ============ ============ ============ ============
224223
# Name Self XPU Self XPU % XPU total XPU time avg # of Calls
225224
# ------------------------------------------------------- ------------ ------------ ------------ ------------ ------------
226225
# model_inference 0.000us 0.00% 2.567ms 2.567ms 1
@@ -233,7 +232,7 @@
233232
# aten::_batch_norm_impl_index 0.000us 0.00% 432.640us 21.632us 20
234233
# aten::native_batch_norm 432.640us 16.85% 432.640us 21.632us 20
235234
# conv_reorder 386.880us 15.07% 386.880us 6.448us 60
236-
# ------------------------------------------------------- ------------ ------------ ------------ ------------ ------------
235+
# ========================================================= ============ ============ ============ ============ ============
237236
# Self CPU time total: 712.486ms
238237
# Self XPU time total: 2.567ms
239238
#

0 commit comments

Comments
 (0)