-
Notifications
You must be signed in to change notification settings - Fork 1
Profiling
HOA PHAN edited this page Feb 19, 2021
·
1 revision
JVM - Jprofiler http://java-performance.info
As of Maven 3.5.0, default logger used:
[Loaded org.apache.commons.logging.impl.Log4JLogger from file:/Users/hoaphan/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar]
[Loaded org.apache.commons.logging.impl.Jdk14Logger from file:/Users/hoaphan/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar]
How to debunk a maven build time:
https://resources.ej-technologies.com/jprofiler/help/doc/help.pdf
export MAVEN_OPTS=" -agentpath:/Applications/JProfiler.app/Contents/Resources/app/bin/macos/libjprofilerti.jnilib"
The launching should pause:
