Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-orbit
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Katerina Roukounaki
cloud-orbit
Commits
62d77d63
Commit
62d77d63
authored
Jan 15, 2015
by
Aggelos Giantsios
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Instructions on how to run with threadscope
parent
067f0628
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletion
+19
-1
README.md
README.md
+19
-1
No files found.
README.md
View file @
62d77d63
...
@@ -34,7 +34,7 @@ Memory Profiling
...
@@ -34,7 +34,7 @@ Memory Profiling
make prof
make prof
```
```
-
Run the proper RTS options
-
Run
with
the proper RTS options
```bash
```bash
# Example: executing the 'long' benchmark
# Example: executing the 'long' benchmark
./orbit +RTS -hd -p -RTS seq long 127.0.0.1 1555
./orbit +RTS -hd -p -RTS seq long 127.0.0.1 1555
...
@@ -45,6 +45,24 @@ Memory Profiling
...
@@ -45,6 +45,24 @@ Memory Profiling
make prof-results
make prof-results
```
```
Profiling with Threadscope
--------------------------
-
Compile with enabled event logging
```bash
make threadscope
```
-
Run with the proper RTS options
```bash
# Example: executing the 'long' benchmark
./orbit +RTS -ls -RTS seq long 127.0.0.1 1555
```
-
Open the report with threadscope
```bash
threadscope orbit.eventlog
```
Credits
Credits
-------
-------
Written by:
Written by:
...
...
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