Search Criteria
Package Details: tracy 0.13.1-2
Package Actions
| 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) |
Dependencies (11)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR, freetype2-woledAUR, freetype2-gitAUR, freetype2-macosAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- pugixml (pugixml-gitAUR)
- wayland (wayland-asan-gitAUR, wayland-chromiumAUR, wayland-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- xdg-desktop-portal (xdg-desktop-portal-gitAUR, xdg-desktop-portal-minimal-gitAUR) (optional) – file dialogs
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 -Cwithcmake --build, as per https://wiki.archlinux.org/title/CMake_package_guidelines#Template. Users can change the build system by overridingCMAKE_GENERATORto e.g.,Ninjain 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
makeyou can already have parallel compilation if you enable the-jflag in yourMAKEFLAGSin the/etc/makepkg.conffile. ;)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
encelo commented on 2024-08-08 00:36 (UTC)
wayland-protocolsto themakedependsarrayoptionstracy-profilertotracywhen installing itSpanner 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:
1 2 3 4 5 Next › Last »