Package Details: tracy-x11 0.13.1-1

Git Clone URL: https://aur.archlinux.org/tracy-x11.git (read-only, click to copy)
Package Base: tracy-x11
Description: Real-time, nanosecond resolution frame profiler
Upstream URL: https://github.com/wolfpld/tracy
Licenses: BSD-3-Clause
Conflicts: tracy
Provides: tracy
Submitter: encelo
Maintainer: encelo
Last Packager: encelo
Votes: 3
Popularity: 0.000319
First Submitted: 2023-10-24 21:43 (UTC)
Last Updated: 2026-04-29 00:42 (UTC)

Latest Comments

Nestor_013 commented on 2026-05-28 12:43 (UTC)

Hi, I got a build error in an isolated docker container:

[ 69%] Building CXX object CMakeFiles/tracy-profiler.dir/build/.cpm-cache/imgui/6ee1140020fd3fd726a63a59bc6dc9164bff3da0/backends/imgui_impl_glfw.cpp.o
In file included from ?[01m?[K/var/lib/jenkins/jobs/Build_AUR_package_unconditional/workspace/tracy-x11/src/tracy/profiler/build/.cpm-cache/imgui/6ee1140020fd3fd726a63a59bc6dc9164bff3da0/backends/imgui_impl_glfw.cpp:144?[m?[K:
?[01m?[K/usr/include/GLFW/glfw3native.h:119:12:?[m?[K ?[01;31m?[Kfatal error: ?[m?[KX11/extensions/Xrandr.h: No such file or directory
  119 |   #include ?[01;31m?[K<X11/extensions/Xrandr.h>?[m?[K
      |            ?[01;31m?[K^~~~~~~~~~~~~~~~~~~~~~~~~?[m?[K

I assume it is a missing build dependency "libxrandr" which provides the header file.

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

dantix commented on 2024-08-09 02:31 (UTC)

It works now, thanks!

encelo commented on 2024-08-08 22:07 (UTC)

I restored the LEGACY compile option to support X11 with the profiler.

dantix commented on 2024-08-08 15:24 (UTC)

@encelo, latest version is requiring wayland-protocols to be installed and fails to run with:

Cannot establish wayland display connection!
terminate called without an active exception
Aborted (core dumped)

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

  • Disable LTO with options
  • Rename tracy-profiler to tracy when installing it