I have a question about the debugger compiler option that I should use when using the profiler to get a cycle count for a subroutine. I know that the -g option should be avoided, because it gives an inflated result, but should I use the '--symdebug:none' or '--symdebug:skeletal' option?
If I suppress all debug, the inclusive count for the calling routine is 322. Using the skeletal debug, the count I get for the subroutine alone is 2324. Which is correct?
Thanks,
Martin