An easy-way to profile apps visually

Guillaume Piolat first.last at spam.org
Sun Dec 18 22:15:14 UTC 2022


On Sunday, 18 December 2022 at 14:59:12 UTC, Hipreme wrote:
>
> When the "frame profiling" could show you a parallelization 
> opportunity? I'm thinking on how I could apply that in my 
> context

For example in my image example, I never had the idea before that 
first draw of the background widget could load two images at the 
same time in order to save first open time.

When you program in CUDA, it's very similar with the nvidia 
profiler, and majorly easier to optimize for the bottleneck.


More information about the Digitalmars-d mailing list