Package Details: tracy 0.13.1-2

Git Clone URL: https://aur.archlinux.org/tracy.git (read-only, click to copy)
Package Base: tracy
Description: Real-time, nanosecond resolution frame profiler
Upstream URL: https://github.com/wolfpld/tracy
Keywords: gamedev performance profiler
Licenses: BSD-3-Clause
Conflicts: tracy
Provides: tracy
Submitter: dseg
Maintainer: encelo
Last Packager: encelo
Votes: 14
Popularity: 0.77
First Submitted: 2015-04-17 05:45 (UTC)
Last Updated: 2026-04-29 00:42 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

fredizzimo commented on 2026-05-10 15:32 (UTC)

Could you apply this patch? https://github.com/wolfpld/tracy/commit/16af373a7ead507a6dfc541e784a8a8b57e5a6b8

The package does not currently build for me.

calcmogul commented on 2026-05-07 17:51 (UTC) (edited on 2026-05-07 17:56 (UTC) by calcmogul)

The build step can be made build-system-agnostic by replacing make -C with cmake --build, as per https://wiki.archlinux.org/title/CMake_package_guidelines#Template. Users can change the build system by overriding CMAKE_GENERATOR to e.g., Ninja in their ~/.bashrc.

encelo commented on 2026-03-15 16:53 (UTC)

Hi @prokoprandacek, I know Ninja quite well and I use it for all my CMake projects on Linux, but for an AUR package I tend not to add too many make dependencies. Besides, with make you can already have parallel compilation if you enable the -j flag in your MAKEFLAGS in the /etc/makepkg.conf file. ;)

prokoprandacek commented on 2026-03-15 10:37 (UTC)

Hi! :D

If you add -G Ninja to cmake flags and swap make -C dir for ninja -C dir then the build will use all cores and compile a lot faster.

encelo commented on 2025-05-31 19:04 (UTC)

Update to v0.12.0

  • Remove unused intel-tbb dependency
  • Download Capstone through CMake and remove it as a dependency

encelo commented on 2024-08-08 00:36 (UTC)

  • Add wayland-protocols to the makedepends array
  • Disable LTO with options
  • Rename tracy-profiler to tracy when installing it

Spanner commented on 2024-08-07 15:45 (UTC)

It seems like strip has a bug in it that mangles static libraries that are built with LTO, making libTracyClient.a unusable. A temporary fix for this would be to either disable LTO or compile it as a shared object.

Spanner commented on 2024-08-07 13:41 (UTC)

The installation path for the profiler doesn't match with the path in the dekstop-file from the source, resulting in a broken desktop entry. It should be installed in /usr/bin/tracy, not /usr/bin/tracy-profiler

fredizzimo commented on 2024-08-06 21:40 (UTC)

The wayland-protocol dependency is missing when building in a chroot

-- Checking for module 'wayland-protocols' -- Package 'wayland-protocols', required by 'virtual:world', not found CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:645 (message): The following required packages were not found:

  • wayland-protocols