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.
1 parent c72c379 commit 2b848baCopy full SHA for 2b848ba
README.md
@@ -52,7 +52,7 @@ julia> data = zeros(10000); @measure g(data)
52
└───────────────────────┴────────────┴─────────────┘
53
```
54
55
-The `@pstats' macro provides another (perhaps more concise) tool to measure
+The `@pstats` macro provides another (perhaps more concise) tool to measure
56
performance events, which can be used in the same way as `@timed` of the
57
standard library. The following example measures default events and reports its
58
summary:
0 commit comments