So I go to the console and I profile, when the profile is complete I
get the names of all of javascript files that ran during this time,
however these calls are definitely not top level:
Here is a snippet from moo-tools.js which is what the profiler flagged
as running in this interval, however this doesn't look top level (I'm
completely new to javascript), I just need to trace this call back and
find out what initial call is causing a huge waste of time.
element:function(b,e){$uid(b);if(!e&&!b.$family&&!(/^object|embed$/
i).test(b.tagName)){var c=Element.Prototype;for(var d in c)
{b[d]=c[d];}}return b;}
How do I find out what file called this function?
--
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en.