cargo-instruments

A cargo plugin to generate Xcode Instruments trace files

MIT License

Downloads
29
Stars
674
Committers
18
cargo-instruments - 0.4.9 Latest Release

Published by cmyr 12 months ago

Update to cargo 1.73, and adds some logging for development purposes.

cargo-instruments - 0.4.8

Published by cmyr almost 2 years ago

  • support cargo 0.66.0
  • add --manifest-path argument support
cargo-instruments - 0.4.7

Published by cmyr over 2 years ago

Add support for vendoring openssl (#66)

cargo-instruments - 0.4.6

Published by cmyr over 2 years ago

  • add --package flag
  • add support for custom profiles
  • update to cargo 0.62
cargo-instruments - 0.4.5

Published by cmyr over 2 years ago

Update cargo to 0.60.0
update to Rust 2021 edition

cargo-instruments - 0.4.4

Published by cmyr about 3 years ago

Update cargo, supporting new manifest fields and 2021 edition (#53)

cargo-instruments - 0.4.3

Published by cmyr about 3 years ago

Fix a bug where we would fail to correctly parse macOS version numbers that included a patch field (e.g. 11.5.1, 10.15.7).

cargo-instruments - 0.4.2

Published by cmyr about 3 years ago

Better M1 support and minor fixes

  • sign binary with custom entitlements on ARM (fixes issue with allocation template not working) (#46)
  • avoid colons in file names (#47)
  • add --all-features and --no-default-features support (#49)
cargo-instruments - 0.4.1

Published by cmyr over 3 years ago

  • Fixes a crash when parsing new macOS version numbers (#37)
cargo-instruments - 0.4.0

Published by cmyr over 3 years ago

  • When available, we will now use xctrace instread of instruments.
  • The --open flag is deprecated; we now open the generated file by default.
  • New --no-open flag to disable opening.
  • When using xctrace, we will pipe the stdout/stderr of the target binary to the originating terminal.
cargo-instruments - 0.3.0

Published by cmyr over 4 years ago

Update to work with the new Cargo.lock format.

cargo-instruments - 0.2.1

Published by cmyr over 5 years ago

Allow profiling of benchmark targets with --bench arg.

cargo-instruments - 0.2.0

Published by cmyr over 5 years ago

Change args:

  • template now requires -t
  • args for the target command no longer require --args (-- can be used as expected)
cargo-instruments - 0.1.2

Published by cmyr over 5 years ago

  • Improve docs and diagnostic messages
  • fix failure when target directory is missing
cargo-instruments - 0.1.1

Published by cmyr over 5 years ago