tracex v0.1.0 mix tracex.collect View Source
Command-line interface to Tracex collector
Link to this section Summary
Link to this section Functions
Compiles project, collects compiler traces, builds project's metadata and dumps to disk in form of manifest file.
Command line options
manifest_path
- path to manifest file, defaults to_build/{Mix.env}/lib/tracex/.mix/tracex.collect
classifier
- path to a file defining custom classifier module
Multiple classifiers can be specified as:
mix tracex.collect --classifier one.ex --classifier two.ex
See Tracex.Classifier
for information about writing custom classifiers.