snowdev 0 Posted Thursday at 01:41 PM On 4/9/2025 at 6:41 AM, RDP1974 said: I asked the old good chatgpt What I posted here I also tried with ChatGPT and here we are. I use the free plan and in general didnt get good answers for real world problems or context needed problems. Of course my prompt may be not good at all. I mainly use to understand something or get some examples, but (at least for Delphi) the code generated generally doesnt work. Now imagine for a optimized code… Well, its my experience till now. But its not the topic subject… Share this post Link to post
snowdev 0 Posted Thursday at 01:44 PM 1 minute ago, Anders Melander said: Yes it does - but map2pdb just produces the pdb files required by the profilers. Profilers that works with pdb files includes Intel VTune and AMD μProf. I believe μProf works with both Intel and AMD processors while VTune only works with Intel processors but use the one that matches your processor to get the most precise results. I use VTune myself. Ask if you need instructions on how to get started. The process is very easy once you know how to do it but it can be challenging to get to that point 🙂 Good, I’ll try out with Intel VTune since my processor is Intel. I’ll try the instructions in your post and repo, if I got doubts I ask you in PM. Really thanks! Share this post Link to post
Stefan Glienke 2126 Posted Thursday at 03:06 PM 1 hour ago, snowdev said: that only works for Maintthread functions It works very well for multithreading. You just have to change the sampling mode. 2 Share this post Link to post