Skip to content
Even Solbraa edited this page Jan 22, 2023 · 6 revisions

Profiling is important for removing memory and CPU bottlenecks.

The GraalVM includes a java profiler (jvisualvm). Profiling can eg. be done while running the tests. See also: https://visualvm.github.io/

image

Clone this wiki locally