Simon Brandhof created SUREFIRE-840:
---------------------------------------
Summary: Print memory usage
Key: SUREFIRE-840
URL: https://jira.codehaus.org/browse/SUREFIRE-840
Project: Maven Surefire
Issue Type: Improvement
Components: Maven Surefire Plugin
Reporter: Simon Brandhof
The memory usage is helpful when the process is forked. It could look like :
* When forkMode is "once" :
{noformat}
Results :
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0
Tests Memory: 91M/171M
{noformat}
* When forkMode is "always" :
{noformat}
Running org.foo.MyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec,
Memory usage: 91M/171M
{noformat}
* When forkMode is "perthread" :
{noformat}
Results :
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0
Tests Memory: 91M/171M, 20M/171M, 87M/200M
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira