Profiling - s50600822/Notes GitHub Wiki

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:

https://www.facebook.com/notes/729339220951902/