Package Details: tracy 0.11.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: 10
Popularity: 0.048642
First Submitted: 2015-04-17 05:45 (UTC)
Last Updated: 2024-10-24 22:53 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

ryuukk commented on 2024-01-30 10:31 (UTC)

redhat's trash Wayland is not the default

make it OPT-in not OPT-out

i swear linux is turning into windows trash

bloatware everywhere

das_kube commented on 2023-12-27 03:20 (UTC)

Hi! Thanks for packaging this :-).

It would be nice to also compile and install the import-chrome companion tool that lives in the same repo (maybe renamed as tracy-import-chrome?). It takes JSON files that follow the classic chrome://tracing format and turns them into Tracy files.

encelo commented on 2023-10-24 21:43 (UTC)

@jestarray I have created a new tracy-x11 package.

jestarray commented on 2023-10-24 04:22 (UTC) (edited on 2023-10-24 04:29 (UTC) by jestarray)

Updated to v0.10 and no x11 support without LEGACY=1 as mentioned. Can this be made so it runs on x11 by default, like with v0.9.1?

encelo commented on 2023-03-08 23:44 (UTC) (edited on 2023-03-08 23:45 (UTC) by encelo)

Update to v0.9.1

  • Compile the profiler with LEGACY=1 to link against GLFW and use X11
  • Remove the gtk3 dependency and add freetype2, dbus, and hicolor-icon-theme

encelo commented on 2022-11-05 00:08 (UTC)

Updated to v0.9.

encelo commented on 2022-09-20 20:43 (UTC)

I moved xdg-desktop-portal to the optdepends array.

Sahnvour commented on 2022-09-15 09:40 (UTC)

Probably, I don't know what the options are as I never packaged anything. If it can be made optional with an automatic activation when needed, or a prompt during install, that would be great.

encelo commented on 2022-09-06 10:00 (UTC)

Maybe xdg-desktop-portal can be added as an optional dependency?

Sahnvour commented on 2022-09-06 07:59 (UTC)

Hello, the xdg-desktop-portal added dependency broke something on my system, delaying many GUI programs launch by ~20s (firefox, thunderbird, ...). Logs indicate that

Failed to get an inhibit portal proxy: Error calling StartServiceByName for org.freedesktop.portal.Desktop: Timeout was reached

Removing the package and its dependencies fixed the issue. What can we do about it ?