Import Profiling Methods

Importing Profiling Methods can be invoked through the command line.

profilingimport
-repo <repo name>
-o <XML file path>
[-f] (Force overwrite)

Example

jre\bin\Java -Xmx512m -XX:MaxMetaspaceSize=512m -splash: -jar WhereScape-3D-HEAD-bundle.jar profilingimport -repo "Local repository" -o "C:\temp\Snowflake_Profiling.xml"

Export Profiling Methods

Exporting Profiling Methods can be invoked through the command line.

profilingexport
-repo <repo name>
-name <profiling method name>
-o <XML file path>
[-f] (Force overwrite)

Example

jre\bin\Java -Xmx512m -XX:MaxMetaspaceSize=512m -splash: -jar WhereScape-3D-HEAD-bundle.jar profilingexport -repo "Local repository" -name "Snowflake" -o "C:\temp\Snowflake_Profiling.xml"
  • No labels