We're trying to improve performance of our Guice Modules, and to do that we'd like to figure out how long Guice is taking calling our @Provides methods. `bindListener` *almost* lets us do that, but it only works for objects instantiated with Guice, not Guice modules themselves, of course, and even if that worked, it doesn't surface any timing information. Does anyone have a clever AOP way figuring out how fast or slow code in user-specified Modules is taking?
Thanks, Max -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-guice. To view this discussion on the web visit https://groups.google.com/d/msgid/google-guice/3b0a86dc-d1c1-43f6-806d-0694b6c613bb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
