Skip to content

Commit

Permalink
Add more modules in the trace specifications for lg_callgrind
Browse files Browse the repository at this point in the history
This produces a more useful output.
  • Loading branch information
essen committed Nov 28, 2017
1 parent 6ac0992 commit b64e7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lg_callgrind.erl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

-spec patterns() -> lg:input().
patterns() ->
[?MODULE, lg_file_reader].
[{app, kernel}, {app, stdlib}, {app, looking_glass}].

-spec profile(file:filename_all(), file:filename_all()) -> ok.
profile(Input, Output) ->
Expand Down

0 comments on commit b64e7bf

Please sign in to comment.