What I want is something really similar to what Rails has, where each query gives me the actual SQL generated, and how long it took to run, so that I can think about where time is being spent, and also see what the underlying SQL is like.
On Thu, Apr 3, 2014 at 8:48 PM, Andreas Stenius <[email protected]> wrote: > Have you looked at fprof? > http://www.erlang.org/doc/man/fprof.html > > -- > You received this message because you are subscribed to the Google Groups > "ChicagoBoss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at http://groups.google.com/group/chicagoboss. > To view this discussion on the web visit > https://groups.google.com/d/msgid/chicagoboss/CABCxKrfj5zqWBq4r_kyadrS%3D0HZwmUbyruStFq5opG446qctJw%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. -- David N. Welton http://www.welton.it/davidw/ http://www.dedasys.com/ -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/CA%2Bb9R_uC6qVGEBpwFXfv0yR_LUH-rWVasBafovhV3hOvpSdnQw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
