|
|
|
|
|
by anelson
2406 days ago
|
|
Yes exactly. The goal of this project is to let authors put trace points in their code and at compile time target whatever tracing system makes sense. On Linux that's either systemtap or ltt-ng. On Windows it (will be; not implemented yet) the event tracing API, on MacOS and FreeBSD it would be dtrace. There's also an option to completely disable tracing at compile time, which removes all tracing code and imposes absolutely zero runtime overhead. |
|
[1]: https://www.microsoft.com/en-us/download/details.aspx?id=580...
[2]: https://github.com/microsoft/DTrace-on-Windows