How big a piece of code is clojure.something100/foo ?

 

That sort of name indicates nested anonymous functions inside foo, nested three 
deep in this case. That should narrow it down quite a bit.

 

(if you give us real names, that might help, especially if it’s in a well-known 
third party library – or you can post the containing ‘foo’ function for us to 
see?)

 

Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

 

On 12/9/16, 3:00 PM, "Brian Craft" <clojure@googlegroups.com on behalf of 
craft.br...@gmail.com> wrote:

 

Trying to profile some code, and the stack traces look like

 

clojure.something0

  clojure.something1

   clojure.something2

     ....

      clojure.something100

         foo$fn_1000$fn_1002$fn_10003.invoke()

 

 

How can I figure out what that last function is? I can access the symbol from 
the repl, but no idea how to connect it to my code.

 

 

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to