๐Ÿ“‚ profiler

profiler::enable

Enables the profiler and start writing to the given file.

  • $1: path as string: the file to write to.
profiler::enable "${HOME}/valet-profiler-${BASHPID}.txt"

There can be only one profiler active at a time.

profiler::disable

Disable the profiler if previously activated with profiler::enable.

profiler::disable

Documentation generated for the version 0.20.345 (2024-08-14).