Skip to content

Commit ef7f366

Browse files
committed
Merge branch 'frazze/docs/eprof_start_profiling_equiv_fix' into maint
2 parents fb6280a + 9e22a91 commit ef7f366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tools/src/eprof.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ log(File) ->
335335
start_profiling(Rootset) ->
336336
start_profiling(Rootset, ?default_pattern).
337337

338-
-doc #{equiv => start_profiling(Rootset, Pattern, {'_','_','_'})}.
338+
-doc #{equiv => start_profiling(Rootset, Pattern, [{set_on_spawn, true}])}.
339339
-doc(#{since => <<"OTP R14B">>}).
340340
-spec start_profiling(Rootset, Pattern) -> 'profiling' | {'error', Reason} when
341341
Rootset :: [atom() | pid()],

0 commit comments

Comments
 (0)