Package Details: tracy 0.13.1-1

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: 15
Popularity: 1.58
First Submitted: 2015-04-17 05:45 (UTC)
Last Updated: 2025-12-12 10:58 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

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

jestarray commented on 2024-06-24 21:59 (UTC) (edited on 2024-06-25 15:52 (UTC) by jestarray)

../../../server/../dtl/Diff.hpp:168:27: error: assignment of member ‘trivial’ in read-only object 168 | this->trivial = true; | ^~~~

Having issues compiling this

edit: https://github.com/wolfpld/tracy/blob/d4a4b623968d99a7403cd93bae5247ed0735680a/dtl/Diff.hpp#L167 Remove const on this line. It is fixed in master

JPenuchot commented on 2024-03-01 08:16 (UTC)

CIA agent speaking, thanks for the update 👍 /j