On 8/2/16, 10:57 PM, "Justin Mclean" <jus...@classsoftware.com> wrote:
>Hi, > >> Was just wondering. In Scout, if it says that something is taking say >>150 >> sec, when you drill down into the object/function/event, the parts don't >> ever add up to 150 seconds. So I thought that some things, like data >>type >> conversions, just weren't declared. > >If I understand you correctly I think the difference is the time it spent >in the current function. (Which is displayed as self time in Scout.) > >So if function A (150ms) calls function B (40ms) and function C (50ms) >then it spent 60ms in in code inside function A. And also, I believe this is a sampling profiler so there will always be some inaccuracy in the small numbers. But which issues are the big issues will be accurate. -Alex