Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-varma committed Jul 15, 2020
1 parent 71928c7 commit 5cb4d4a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions recipes_source/distributed_rpc_profiling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,16 @@ Running the above program should present you with the following output:

::

DEBUG:root:worker0 successfully initialized RPC.
DEBUG:root:worker1 successfully initialized RPC.
DEBUG:root:worker0 successfully initialized RPC.
DEBUG:root:Rank 0 waiting for workers and shutting down RPC
DEBUG:root:Rank 1 waiting for workers and shutting down RPC
DEBUG:root:Rank 1 shutdown RPC
DEBUG:root:Rank 0 shutdown RPC

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

::

Expand Down

0 comments on commit 5cb4d4a

Please sign in to comment.