diff options
author | Björn Gustavsson <bjorn@erlang.org> | 2015-04-16 07:36:21 +0200 |
---|---|---|
committer | Björn Gustavsson <bjorn@erlang.org> | 2015-04-22 10:12:32 +0200 |
commit | a5d724cf240ac8770c7b465c65c7b50d6583c057 (patch) | |
tree | bc34e128008877976043700a30538f3c09dafdc5 /otp_build | |
parent | f4c7080ba83ff5df0c57d8b517563e6106b8a994 (diff) | |
download | otp-a5d724cf240ac8770c7b465c65c7b50d6583c057.tar.gz otp-a5d724cf240ac8770c7b465c65c7b50d6583c057.tar.bz2 otp-a5d724cf240ac8770c7b465c65c7b50d6583c057.zip |
compile: Add the {eprof,Pass} option for easy eprof running
To run eprof for a compiler pass:
erlc +'{eprof,beam_asm}' file.erl
The name of the compiler pass is the name as printed when
'time' option is used. It is usually, but not always, the module
name for the compiler pass.
Diffstat (limited to 'otp_build')
0 files changed, 0 insertions, 0 deletions