1

Is it possible to configure the fine-grained CPU profile to record method invocations for the NashornScriptEngine?

I'm trying to analyse some very slow requests in a web server. I have configured a trigger in Perfino that records "fine-grained CPU data in profiling mode", so I can use JProfiler to inspect this data. But I cannot find how to make Perfino recurse into NashornScriptEngine methods:

enter image description here

Alberto
  • 5,021
  • 4
  • 46
  • 69

1 Answers1

2

In the method sampling configuration you can delete the "jdk." filter to measure these packages.

enter image description here

Ingo Kegel
  • 46,523
  • 10
  • 71
  • 102