ContributionsMost RecentMost LikesSolutionsRe: Profiling a DLL called by another DLLHey Alex, due to i'm not allowed to make a video with original sourcecode i created a sample. First of all i show you the main program which calls a DLL. I profile a function and the result are the expected colors at the left side. After that i go to the DLL which is called and try to profile the function. Unfortunately no colors are shown. Main program and DLL are compiled without optimization but stack-frames and debug DCUs. Furthermore TD32 Debug Info and detailled debug symbols. If you need further information to solve the problem let me know. Video is attached. Thanks for your help. Greets HansRe: Profiling a DLL called by another DLLHello Alex, first of all thank you for your answer. With the "call graph" and the time bar everything works fine after your help. But i have still problems with the profiling the dll called by another dll. To make that point clear, if i start AQTime as a stand alone application everything works as expected. My problem is when using AQTime in Delphi 2007. For example ABC.DLL ist the DLL called by Outlook. In Delphi i'm in the function "Post". I make a right mouse click say profile Test::Class::Post I start the programm and after closing it AQTime has added colors and numbers left of the function to show me how long each line takes. If i do the same with DEF.DLL which is called by ABC.DLL AQTime and DElphi don't show me the colors and numbers for the duration. I've tried to add DEF.DLL to the modules list. Also i've added the function to an area. Both DLLs are compiled with debug information. I can't find the Event View Panel in Delphi, only in the stand alone version. I really want to buy this software but if i don't get this to work my boss will not pay for that :( Do you have another ideas? Greats HansProfiling a DLL called by another DLLHello everyone, i'm evaluating your product and on the first look i'm very satisfied with AQTime :) I've just got two questions: First of all i work with Delphi 2007. 1) One project is an Exchange Client Extension for Outlook. This is a DLL. Profiling this DLL works fine. This DLL calls another DLL for some functions. Profiling this doesn't work. When right clicking into a function and chose profiling this function Outlooks starts but after closing Outlook AQTime doesn't show me the information about the lines and how long they take with the colors. What did i do wrong? 2) My second question is where to find the call graph? I've watched your video "Using AQtime Integrated With Borland Developer Studio " There your can see after profiling the call graph and on the report page i can see a red bar in the time field. Both doesn't work in my environment. I'm looking forward for your help. Greets Hans