Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mochi-boot-camp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
mochi-boot-camp
Commits
d27f6388
Commit
d27f6388
authored
Feb 04, 2020
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor wording tweak
parent
e490cfb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
ecp-am-2020/sessions/hands-on/rpc-profiling/README.md
ecp-am-2020/sessions/hands-on/rpc-profiling/README.md
+5
-5
No files found.
ecp-am-2020/sessions/hands-on/rpc-profiling/README.md
View file @
d27f6388
...
@@ -12,11 +12,11 @@ the profiling tool chain.
...
@@ -12,11 +12,11 @@ the profiling tool chain.
## Concepts
## Concepts
The first step i
s to enable RPC instrumentation at runtime. There are
The first step i
n collecting an Mochi RPC profile is to enable RPC
some programmatic ways to do this (see the Margo documentation for details),
instrumentation at runtime. There are some programmatic ways to do this
but the most straightforward method is to simply set the
(see the Margo documentation for details), but the most straightforward
`MARGO_ENABLE_PROFILING`
environment variable for all participating
method is to simply set the
`MARGO_ENABLE_PROFILING`
environment variable
processes, including both clients and servers.
for all participating
processes, including both clients and servers.
Margo will detect this environment variable and enable profiling. In this
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
mode, data is collected over the duration of execution and then written to a
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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