A Go wrapper for the Tracy profiler, inspired by gotracy and extended with additional features.
This project allows Go developers to integrate Tracy’s profiling capabilities with minimal overhead, offering an idiomatic Go API for the Tracy profiler.
- Real-time profiling for Go applications
- Lightweight wrapper around Tracy C++ API using cgo
- Builds upon and extends the functionality of gotracy
- Easy integration into existing Go projects
- Minimal dependencies and low overhead
- Cross-platform support: Linux and Windows
go get github.com/derrickwzb/GoTracyGoThis project is inspired by and builds upon:
- Tracy profiler (MIT License) by wolfpld
- gotracy (MIT License) by grzesl
Portions of this software are derived from the above projects, which remain under the MIT License.
This project is licensed under the GPLv3 License.