Skip to content

Commit 5cb4d4a

Browse files
committed
update
1 parent 71928c7 commit 5cb4d4a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

recipes_source/distributed_rpc_profiling.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,16 @@ Running the above program should present you with the following output:
9090

9191
::
9292

93-
DEBUG:root:worker0 successfully initialized RPC.
9493
DEBUG:root:worker1 successfully initialized RPC.
94+
DEBUG:root:worker0 successfully initialized RPC.
95+
DEBUG:root:Rank 0 waiting for workers and shutting down RPC
96+
DEBUG:root:Rank 1 waiting for workers and shutting down RPC
97+
DEBUG:root:Rank 1 shutdown RPC
98+
DEBUG:root:Rank 0 shutdown RPC
9599

96100
Now that we have a skeleton setup of our RPC framework, we can move on to
97101
sending RPCs back and forth and using the profiler to obtain a view of what's
98-
happening under the hood. Let's add to the above "worker" function:
102+
happening under the hood. Let's add to the above ``worker`` function:
99103

100104
::
101105

0 commit comments

Comments
 (0)