Memory Leak detection
Memory Leak detection
If so how can I find from where does the memory leak occur and if it occurs in a DLL, how can I find it?
-
- Posts: 1030
- Joined: Wed Mar 02, 2005 7:53 pm
Re: Memory Leak detection
It's impossible to determine whether there's a memory leak in your application based on the screenshot you provided. It just shows that there are one additional instance of AnimationClock[] and one additional instance of AnimationLayer[]. It depends on what you have done between the snapshots, but I doubt this is a memory leak.
To try to detect memory leaks you can try to follow the "Investigate memory leaks" guide in the profiler. This will hopefully help you detect potential memory leaks.
Additionally, we usually help users get started by analyzing a session file and then provide hints on what to look for and information about any memory issues we have seen.
If you want help with this, you can send us a session file to analyse. I recommend that the session file contains a few snapshots before and after performing a specific action. For instance:
1. Start profiling the process
2. Collect a snapshot
3. Work with the application.
4. Collect a new snapshot
5. Repeat the work from step 3.
6. Collect a new snapshot
You can then send an e-mail to support@scitech.se and we will provide you with information about how to send us the session file (or you can attach it to the e-mail if it's reasonably small).
To try to detect memory leaks you can try to follow the "Investigate memory leaks" guide in the profiler. This will hopefully help you detect potential memory leaks.
Additionally, we usually help users get started by analyzing a session file and then provide hints on what to look for and information about any memory issues we have seen.
If you want help with this, you can send us a session file to analyse. I recommend that the session file contains a few snapshots before and after performing a specific action. For instance:
1. Start profiling the process
2. Collect a snapshot
3. Work with the application.
4. Collect a new snapshot
5. Repeat the work from step 3.
6. Collect a new snapshot
You can then send an e-mail to support@scitech.se and we will provide you with information about how to send us the session file (or you can attach it to the e-mail if it's reasonably small).
Best regards,
Andreas Suurkuusk
SciTech Software AB
Andreas Suurkuusk
SciTech Software AB
Who is online
Users browsing this forum: Majestic-12 [Bot] and 5 guests