EZProfiler.Manager.Configure (ezprofiler_deps v1.0.0)

The configuration struct for code based code-profiling.

Link to this section Summary

Link to this section Types

@type t() :: %EZProfiler.Manager.Configure{
  cookie: String.t() | nil,
  cpfo: String.t() | boolean(),
  directory: String.t(),
  ezprofiler_path: String.t() | atom(),
  mf: String.t(),
  node: String.t() | nil,
  profiler: String.t(),
  sort: String.t()
}