File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ defmodule Mix.Tasks.Profile.Eprof do
28
28
* `--time` - filters out any results that took lower than specified (in µs)
29
29
* `--sort` - sorts the results by `time` or `calls` (default: `time`)
30
30
* `--config`, `-c` - loads the given configuration file
31
- * `--eval`, `-e` - evaluate the given code
31
+ * `--eval`, `-e` - evaluates the given code
32
32
* `--require`, `-r` - requires pattern before running the command
33
33
* `--parallel`, `-p` - makes all requires parallel
34
- * `--no-warmup` - skip the warmup step before profiling
34
+ * `--no-warmup` - skips the warmup step before profiling
35
35
* `--no-compile` - does not compile even if files require compilation
36
36
* `--no-deps-check` - does not check dependencies
37
37
* `--no-archives-check` - does not check archives
You can’t perform that action at this time.
0 commit comments