4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++1,223 forks (1,223 forks)batch import
enhancementhelp wantedlinux
Repository metrics
- Stars
- 16,656 stars (16,656 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Is there any way of attaching a tracy client to an existing binary to which I don't have the source? I may be misunderstanding but I have only seen instructions on how to embed tracy in a project you have source access to.
Contributor guide
- Research direction
- Investigate dynamic instrumentation techniques (e.g., ptrace, LD PRELOAD) or Tracy's existing support for attaching to a running process. Check if Tracy's server can be configured to connect to an already running binary without source modifications.
- Tech stack
- ccpp
- Domain
- performancetooling
- Issue type
- Feature
- Prerequisites
- Profiling conceptsC++Linux debugging