Thread overview
Tracy
Aug 06, 2021
JG
Aug 07, 2021
Dennis
Aug 07, 2021
JG
Aug 08, 2021
SealabJaster
Aug 08, 2021
Dennis
August 06, 2021

There was a message a while back (https://forum.dlang.org/post/fyakhpjbcpzqegfevxwg@forum.dlang.org)
about adding support for tracy.
When I asked a question about compile time performance I received the following instructions:
https://forum.dlang.org/post/eevoyuwhbuycyzgxsqsc@forum.dlang.org

I guess this means that tracy has been integrated?
If this is so is it documented anywhere how to use it?

August 07, 2021

On Friday, 6 August 2021 at 12:30:16 UTC, JG wrote:

>

I guess this means that tracy has been integrated?
If this is so is it documented anywhere how to use it?

Stefan Koch's WIP tracy integration in DMD is completely separate from Johan Engelen's time tracing added to LDC in 1.25.0. Note that the latter is not specific to tracy, I just recommended using tracy to view the trace file because alternatives I tried (Google Chrome and Speedscope) are terribly slow, see:
https://forum.dlang.org/post/phuwlvsjigbyfvslkwpd@forum.dlang.org

I'm not aware of any documentation of the feature.

August 07, 2021

On Saturday, 7 August 2021 at 14:36:39 UTC, Dennis wrote:

>

On Friday, 6 August 2021 at 12:30:16 UTC, JG wrote:

>

I guess this means that tracy has been integrated?
If this is so is it documented anywhere how to use it?

Stefan Koch's WIP tracy integration in DMD is completely separate from Johan Engelen's time tracing added to LDC in 1.25.0. Note that the latter is not specific to tracy, I just recommended using tracy to view the trace file because alternatives I tried (Google Chrome and Speedscope) are terribly slow, see:
https://forum.dlang.org/post/phuwlvsjigbyfvslkwpd@forum.dlang.org

I'm not aware of any documentation of the feature.

Thanks, a lot.

August 08, 2021

On Saturday, 7 August 2021 at 14:36:39 UTC, Dennis wrote:

>

I'm not aware of any documentation of the feature.

Could this be fixed? Or is this intentional?

August 08, 2021

On Sunday, 8 August 2021 at 01:37:42 UTC, SealabJaster wrote:

>

Could this be fixed? Or is this intentional?

Of course it could, anyone can go to the dlang wiki and add a page for it. Johan Engelen is still working on improving the feature, maybe he is intentionally waiting for the feature to reach maturity before putting it on the wiki or his blog, but I can't say.