D
danielb
Guest
I'm trying to use the Profiler from within PDSOE to profile some code, but have noticed something strange. I have the following call structure: alpha.p beta.p gamma.p If I select alpha.p, I can see that it has 4237 calls to beta.p, taking a total of 52s. However, if I select beta.p, I can see (in the top panel) that there have been 4237 calls (correct) for a total execution time of 24s. That's 28s that is missing in the timings. Is this expected? I'm assuming that the timing is a difference between invoking the procedure and waiting for a response v timing the execution of the procedure once it has loaded into memory. We are running with -q, but the profiling is running on uncompiled code.
Continue reading...
Continue reading...