percept
MODULE
MODULE SUMMARY
DESCRIPTION
Percept - Erlang Concurrency Profiling Tool
This module provides the user interface for the application.
DATA TYPES
EXPORTS
analyze(Filename::string()) -> ok | {error, Reason}
profile(Filename::string()) -> {ok, Port} | {already_started, Port}
See also: percept_profile.
profile(Filename::string(), Options::[percept_option()]) -> {ok, Port} | {already_started, Port}
See also: percept_profile.
profile(Filename::string(), MFA::mfa(), Options::[percept_option()]) -> ok | {already_started, Port} | {error, not_started}
See also: percept_profile.
start_webserver() -> {started, Hostname, Port} | {error, Reason}
Types:
start_webserver(Port::integer()) -> {started, Hostname, AssignedPort} | {error, Reason}
Types:
stop_profile() -> ok | {error, not_started}
See also: percept_profile.