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. Thanks, Justin