Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
_import_profiling_methods
_import_profiling_methods
Import Profiling Methods

Importing Profiling Methods can be invoked through the command line.

Code Block
profilingimport

...


-repo <repo name>

...


-o <XML file

...

 path>
[-f] (Force overwrite)

...

]]></ac:plain-text-body></ac:structured-macro>

Example

Code Block

...

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

Anchor
_export_profiling_methods
_export_profiling_methods
Export Profiling Methods

Exporting Profiling Methods can be invoked through the command line.

Code Block
profilingexport

...


-repo <repo name>

...


-name <profiling method name>

...


-o <XML file

...

 path>
[-f] (Force overwrite)

...

]]></ac:plain-text-body></ac:structured-macro>

Example

Code Block

...

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"