Skip to content

Commit 884fe55

Browse files
committed
Link image
1 parent cde83b9 commit 884fe55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipes_source/distributed_rpc_profiling.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ Let's add the following code to the above "worker" function:
208208
Now, we can load the trace file in Chrome (``chrome://tracing``). We should see output similar to
209209
the following:
210210

211-
# TODO - link image.
211+
.. image:: ../_static/img/rpc_trace_img.png
212+
:scale: 25 %
212213

213214
As we can see, we have traced our RPC requests and can also visualize traces of the remote operations,
214215
in this case, given in the trace column for "node_id: 1".

0 commit comments

Comments
 (0)