Hi
I'd like to restrict analysis is 3 ways. By this, I mean the collection of data. Nit the resulting report
1) I have a DLL that is loaded by an external process. I only want to analyse the code in the DLL. The overhead of the external program is so large that Amplifier grind to a halt. I'm not interested in what the main program does (yet).
2) I'd like to analyse only parts of the DLL. I've implemented the itt API. But with limited results. I've tried pause/resume, tasks and events.
3) I'd like to restrict analysis to only one thread and exclude analysis from everything else. Which itt API call is the appropriate one.
Any help gratefully received.
Steve