How to record fine-grained CPU data for JavaScript methods executed via Nashorn

46 views Asked by At

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

1

There are 1 answers

0
Ingo Kegel On BEST ANSWER

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

enter image description here