0

I'm using VisualVM to perform profiling for a Groovy web application, and the stack traces are full of reflection calls that have bloated the trace and made it difficult to read. Is there a way to filter these out? Either at compile time, run time or at view time?

enter image description here

chrylis -cautiouslyoptimistic-
  • 75,269
  • 21
  • 115
  • 152
Renan
  • 827
  • 8
  • 16

1 Answers1

0

You can filter the results. Just use context menu in VisualVM results.

VisualVM results

Tomas Hurka
  • 6,723
  • 29
  • 38