added example in- and output

This commit is contained in:
T.Jerosch
2020-05-20 20:37:37 +02:00
parent 506a209980
commit efb7967090
2 changed files with 43 additions and 0 deletions

3
profile.csv Normal file
View File

@@ -0,0 +1,3 @@
Module; initialize; verify; test; clean; process-resources; compile;
de.myproject:backend; 667; 100; 0; 217; 0; 146;
de.myproject:frontend; 35; 122; 16; 109; 4; 13855;
1 Module initialize verify test clean process-resources compile
2 de.myproject:backend 667 100 0 217 0 146
3 de.myproject:frontend 35 122 16 109 4 13855

40
profile.log Normal file
View File

@@ -0,0 +1,40 @@
de.myproject:backend:0.3.2.1-SNAPSHOT
clean 217ms
org.apache.maven.plugins:maven-clean-plugin:3.1.0 (default-clean) 217ms
initialize 667ms
org.jacoco:jacoco-maven-plugin:0.8.5 (pre-unit-test) 667ms
compile 146ms
org.apache.maven.plugins:maven-compiler-plugin:3.8.1 (default-compile) 146ms
verify 100ms
org.apache.maven.plugins:maven-failsafe-plugin:2.22.2 (default) 100ms
de.myproject:frontend:0.3.2.1-SNAPSHOT
clean 16ms
org.apache.maven.plugins:maven-clean-plugin:3.1.0 (default-clean) 16ms
initialize 13s 855ms
org.jacoco:jacoco-maven-plugin:0.8.5 (pre-unit-test) 5ms
pl.project13.maven:git-commit-id-plugin:3.0.1 (default) 7s 789ms
pl.project13.maven:git-commit-id-plugin:3.0.1 (get-the-git-infos) 6s 58ms
process-resources 35ms
org.apache.maven.plugins:maven-resources-plugin:3.1.0 (default-resources) 35ms
compile 122ms
org.apache.maven.plugins:maven-compiler-plugin:3.8.1 (default-compile) 101ms
org.apache.maven.plugins:maven-resources-plugin:3.1.0 (default) 16ms
org.apache.maven.plugins:maven-resources-plugin:3.1.0 (copy-resources) 4ms
test 109ms
org.apache.maven.plugins:maven-surefire-plugin:2.22.2 (default-test) 107ms
org.jacoco:jacoco-maven-plugin:0.8.5 (post-unit-test) 2ms
verify 4ms
org.apache.maven.plugins:maven-failsafe-plugin:2.22.2 (default) 4ms