mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 01:13:56 +03:00
15 lines
269 B
Bash
Executable File
15 lines
269 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eu
|
|
|
|
#!/usr/bin/env bash
|
|
#
|
|
# This instruments whole input directory
|
|
#
|
|
# Usage:
|
|
#
|
|
# ./scripts/instrument/all.sh path/to/dir
|
|
|
|
export RUST_LOG=off
|
|
export MIMALLOC_SHOW_STATS=1
|
|
|
|
cargo profile instruments -t time --example parse-all --release -- $@ |