when performance profiling in chrome anonymous high-use functions are difficult to trouble-shoot when they are listed at the root of the call tree. is there a way to determ
Probably the easiest way is to put a console.trace() in your function.
console.trace()