erlang:profiling-report

Note:This goal should be used as a Maven report.

Full name:

eu.lindenbaum:maven-erlang-plugin:2.2.0:profiling-report

Description:

Generates a profiling report from the output of an already executed profile goal. NOTE: this report does not invoke any other lifecycle, it is required that a profiling is already run before the report can be generated.

Attributes:

  • Requires a Maven project to be executed.
  • Since version: 2.1.0.

Optional Parameters

Name Type Since Description
cookie String 2.1.0 The cookie to use for the java and the backend node.
erlCommand String 2.1.0 The erlang command used to start an erlang backend node. The path must exist and the destination must be executable. If the given command does not fullfill these requirements erl is used (assuming the command is part of the hosts PATH). The path must not contain any arguments.

Parameter Details

cookie:

The cookie to use for the java and the backend node.
  • Type: java.lang.String
  • Since: 2.1.0
  • Required: No
  • Expression: ${cookie}

erlCommand:

The erlang command used to start an erlang backend node. The path must exist and the destination must be executable. If the given command does not fullfill these requirements erl is used (assuming the command is part of the hosts PATH). The path must not contain any arguments.
  • Type: java.lang.String
  • Since: 2.1.0
  • Required: No
  • Expression: ${erlCommand}