Finding out which higher level function is making lots of low level calls
Posted
by ming yeow
on Stack Overflow
See other posts from Stack Overflow
or by ming yeow
Published on 2010-05-18T23:06:51Z
Indexed on
2010/05/18
23:10 UTC
Read the original article
Hit count: 184
ruby-on-rails
|tracing
Hi folks, I have a function that is being called more than a thousand times, slowing everything down. However, it is a low level function, and do not know which of my high level function is lopping and making these calls. How can i find out?
© Stack Overflow or respective owner