Skip to content

Releases: Unity-Technologies/usamply

Version 0.12.10-prerelease.5

04 Sep 07:52
Compare
Choose a tag to compare
Pre-release

Release Notes

Install usamply 0.12.10-prerelease.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Unity-Technologies/usamply/releases/download/usamply/0.12.10-prerelease.5/usamply-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/Unity-Technologies/usamply/releases/download/usamply/0.12.10-prerelease.5/usamply-installer.ps1 | iex"

Download usamply 0.12.10-prerelease.5

File Platform Checksum
usamply-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
usamply-x86_64-apple-darwin.tar.xz Intel macOS checksum
usamply-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
usamply-x86_64-pc-windows-msvc.zip x64 Windows checksum
usamply-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
usamply-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Version 0.12.10-prerelease.4

03 Sep 13:47
Compare
Choose a tag to compare
Pre-release

Release Notes

Install usamply 0.12.10-prerelease.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Unity-Technologies/usamply/releases/download/usamply/0.12.10-prerelease.4/usamply-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/Unity-Technologies/usamply/releases/download/usamply/0.12.10-prerelease.4/usamply-installer.ps1 | iex"

Download usamply 0.12.10-prerelease.4

File Platform Checksum
usamply-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
usamply-x86_64-apple-darwin.tar.xz Intel macOS checksum
usamply-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
usamply-x86_64-pc-windows-msvc.zip x64 Windows checksum
usamply-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
usamply-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Version 0.12.10-prerelease.3

03 Sep 09:56
Compare
Choose a tag to compare
Pre-release

Release Notes

Install usamply 0.12.10-prerelease.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Unity-Technologies/usamply/releases/download/usamply/0.12.10-prerelease.3/usamply-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/Unity-Technologies/usamply/releases/download/usamply/0.12.10-prerelease.3/usamply-installer.ps1 | iex"

Download usamply 0.12.10-prerelease.3

File Platform Checksum
usamply-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
usamply-x86_64-apple-darwin.tar.xz Intel macOS checksum
usamply-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
usamply-x86_64-pc-windows-msvc.zip x64 Windows checksum
usamply-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
usamply-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Version 0.12.10-prerelease.2

02 Sep 15:52
Compare
Choose a tag to compare
Pre-release

Release Notes

Install usamply 0.12.10-prerelease.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Unity-Technologies/usamply/releases/download/usamply/0.12.10-prerelease.2/usamply-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/Unity-Technologies/usamply/releases/download/usamply/0.12.10-prerelease.2/usamply-installer.ps1 | iex"

Download usamply 0.12.10-prerelease.2

File Platform Checksum
usamply-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
usamply-x86_64-apple-darwin.tar.xz Intel macOS checksum
usamply-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
usamply-x86_64-pc-windows-msvc.zip x64 Windows checksum
usamply-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
usamply-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Version 0.12.10-prerelease.1

31 Jul 20:00
Compare
Choose a tag to compare

Release Notes

Install usamply 0.12.10-prerelease.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Unity-Technologies/usamply/releases/download/usamply/0.12.10-prerelease.1/usamply-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/Unity-Technologies/usamply/releases/download/usamply/0.12.10-prerelease.1/usamply-installer.ps1 | iex"

Download usamply 0.12.10-prerelease.1

File Platform Checksum
usamply-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
usamply-x86_64-apple-darwin.tar.xz Intel macOS checksum
usamply-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
usamply-x86_64-pc-windows-msvc.zip x64 Windows checksum
usamply-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
usamply-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

0.12.8 - 2024-05-28 - Unity release

03 Jun 19:09
Compare
Choose a tag to compare

Release Notes

Features

  • Add --tstart and --tstop options for limiting to a time range (in seconds) of a Windows profile.
  • For --coreclr on mac, set DOTNET_PerfMapEnabled=3 instead of 2, to only produce much smaller perfmap files instead of jitdump files. If full jit assembly is needed, the environment variable can be set manually.
  • Add flags to --coreclr to reduce the number of markers GC data provides. GC data is off by default.
  • Add --unstable-presymbolicate option to record. If set, this will generate a .syms.json file next to the profile. If both files are available, the profile is self-contained and can be loaded with load without debug information files being available (no assembly for JIT methods will be available, though). This is especially useful for capturing profiles in an automated way on CI.
  • Add --pid support on macOS. This requires self-signing the profiler binary to grant the debugger entitlement.

Fixes

  • Fixed missing pdb2 crate override, leading to CoreCLR R2R symbols not being resolvable.

Install usamply 0.12.8

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Unity-Technologies/usamply/releases/download/usamply/0.12.8/usamply-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/Unity-Technologies/usamply/releases/download/usamply/0.12.8/usamply-installer.ps1 | iex"

Download usamply 0.12.8

File Platform Checksum
usamply-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
usamply-x86_64-apple-darwin.tar.xz Intel macOS checksum
usamply-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
usamply-x86_64-pc-windows-msvc.zip x64 Windows checksum
usamply-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
usamply-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

0.12.7 - 2024-05-28 - Unity release

29 May 20:10
Compare
Choose a tag to compare

Release Notes

Features

  • For --coreclr on mac, set DOTNET_PerfMapEnabled=3 instead of 2, to only produce much smaller perfmap files instead of jitdump files. If full jit assembly is needed, the environment variable can be set manually.

Install usamply 0.12.7

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Unity-Technologies/usamply/releases/download/usamply/0.12.7/usamply-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/Unity-Technologies/usamply/releases/download/usamply/0.12.7/usamply-installer.ps1 | iex"

Download usamply 0.12.7

File Platform Checksum
usamply-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
usamply-x86_64-apple-darwin.tar.xz Intel macOS checksum
usamply-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
usamply-x86_64-pc-windows-msvc.zip x64 Windows checksum
usamply-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
usamply-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

0.12.6 - 2024-05-23 - Unity release

23 May 23:12
Compare
Choose a tag to compare

Release Notes

Features

  • Add flags to --coreclr to reduce the number of markers GC data provides. GC data is off by default.

Install usamply 0.12.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Unity-Technologies/usamply/releases/download/usamply/0.12.6/usamply-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/Unity-Technologies/usamply/releases/download/usamply/0.12.6/usamply-installer.ps1 | iex"

Download usamply 0.12.6

File Platform Checksum
usamply-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
usamply-x86_64-apple-darwin.tar.xz Intel macOS checksum
usamply-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
usamply-x86_64-pc-windows-msvc.zip x64 Windows checksum
usamply-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
usamply-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

0.12.5 - 2024-05-16 - Unity release

17 May 17:21
Compare
Choose a tag to compare

Release Notes

Features

  • Add --unstable-presymbolicate option to record. If set, this will generate a .syms.json file next to the profile. If both files are available, the profile is self-contained and can be loaded with load without debug information files being available (no assembly for JIT methods will be available, though). This is especially useful for capturing profiles in an automated way on CI.
  • Add --pid support on macOS. This requires self-signing the profiler binary to grant the debugger entitlement.

Fixes

  • Fixed missing pdb2 crate override, leading to CoreCLR R2R symbols not being resolvable.

Install usamply 0.12.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Unity-Technologies/usamply/releases/download/usamply/0.12.5/usamply-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/Unity-Technologies/usamply/releases/download/usamply/0.12.5/usamply-installer.ps1 | iex"

Download usamply 0.12.5

File Platform Checksum
usamply-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
usamply-x86_64-apple-darwin.tar.xz Intel macOS checksum
usamply-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
usamply-x86_64-pc-windows-msvc.zip x64 Windows checksum
usamply-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
usamply-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

usamply/0.12.3

13 May 21:15
Compare
Choose a tag to compare

Install usamply 0.12.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Unity-Technologies/usamply/releases/download/usamply/0.12.3/usamply-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/Unity-Technologies/usamply/releases/download/usamply/0.12.3/usamply-installer.ps1 | iex"

Download usamply 0.12.3

File Platform Checksum
usamply-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
usamply-x86_64-apple-darwin.tar.xz Intel macOS checksum
usamply-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
usamply-x86_64-pc-windows-msvc.zip x64 Windows checksum
usamply-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
usamply-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum