# Functions
DefaultConfig returns the default profiling config.
Init initializes the profiling service, uses the default config when config is nil.
Load loads a profiling config from a json/yaml file if it exists and initializes the profiling service.
ReadConfig reads a profiling config from a JSON or YAML file.
Start starts enabled profilers.
Stop stops running profilers, writes all profiles to disk.
# Structs
No description provided by the author
Config specifies a profiling configuration.
No description provided by the author
No description provided by the author
No description provided by the author