Tracing D Applications

kinke noone at nowhere.com
Fri Mar 13 21:41:44 UTC 2020


On Friday, 13 March 2020 at 19:00:01 UTC, Mike Parker wrote:
> This post by Alexandr Druzhinin shows three different 
> approaches to tracing, using writef and external tools.
>
> Blog:
> https://dlang.org/blog/2020/03/13/tracing-d-applications/
>
> Reddit:
> https://www.reddit.com/r/programming/comments/fi4qfw/tracing_d_applications/

Thanks! Another option is to leverage LLVM niceties via LDC's 
XRay support (https://github.com/ldc-developers/ldc/pull/2465, 
https://llvm.org/docs/XRay.html).


More information about the Digitalmars-d-announce mailing list