4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++1,216 forks (1,216 forks)batch import
enhancementhelp wantedlinux
Repository metrics
- Stars
- 16,597 stars (16,597 stars)
- PR merge metrics
- Avg merge 4d (Avg merge 4d)29 merged PRs in 30d (29 merged PRs in 30d)
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