opts() = #{scope => global | per_process, running => boolean()}
| patterns/0 | |
| profile/2 | |
| profile/3 | |
| profile_many/2 | |
| profile_many/3 |
patterns() -> lg:input()
profile(Input::file:filename_all(), Output::file:filename_all()) -> ok
profile(Input::file:filename_all(), Output::file:filename_all(), Opts::opts()) -> ok
profile_many(Wildcard::file:filename(), Prefix::file:filename()) -> ok
profile_many(Wildcard::file:filename(), Prefix::file:filename(), Opts::opts()) -> ok
Generated by EDoc