We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30c823d + bc015ee commit 84921eaCopy full SHA for 84921ea
CHANGES.md
@@ -1,3 +1,16 @@
1
+## v0.4
2
+
3
+- Add `--cpu` option (@talex5 #41).
4
+ Useful to avoid running eio-trace on the same CPU as the program being traced.
5
6
+- Fix ring height calculation (again) (@talex5 #42).
7
8
+- Link to performance problems blog post (@talex5 #40).
9
+ Gives examples showing uses of eio-trace and other tools.
10
11
+- Add `gc-stats` sub-command (@talex5 #39).
12
+ Report about time spent in GC for a recorded trace.
13
14
## v0.3
15
16
- Ensure ring height is at least 1 (@talex5 #36).
0 commit comments