Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
mochi-boot-camp
Commits
d27f6388
Commit
d27f6388
authored
Feb 04, 2020
by
Philip Carns
Browse files
minor wording tweak
parent
e490cfb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ecp-am-2020/sessions/hands-on/rpc-profiling/README.md
View file @
d27f6388
...
...
@@ -12,11 +12,11 @@ the profiling tool chain.
## Concepts
The first step i
s to enable RPC instrumentation at runtime. There are
some programmatic ways to do this (see th
e
M
ar
go documentation for details),
but the most straightforward
method is to simply set the
`MARGO_ENABLE_PROFILING`
environment variable
for all participating
processes, including both clients and servers.
The first step i
n collecting an Mochi RPC profile is to enable RPC
instrumentation at runtime. Ther
e ar
e some programmatic ways to do this
(see the Margo documentation for details),
but the most straightforward
method is to simply set the
`MARGO_ENABLE_PROFILING`
environment variable
for all participating
processes, including both clients and servers.
Margo will detect this environment variable and enable profiling. In this
mode, data is collected over the duration of execution and then written to a
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment