From efb7967090071f8b7eeafd3a97ba30a7803d64f9 Mon Sep 17 00:00:00 2001 From: "T.Jerosch" Date: Wed, 20 May 2020 20:37:37 +0200 Subject: [PATCH] added example in- and output --- profile.csv | 3 +++ profile.log | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 profile.csv create mode 100644 profile.log diff --git a/profile.csv b/profile.csv new file mode 100644 index 0000000..a948fbe --- /dev/null +++ b/profile.csv @@ -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; diff --git a/profile.log b/profile.log new file mode 100644 index 0000000..e13f17c --- /dev/null +++ b/profile.log @@ -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