mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 02:30:08 +01:00
Added --yaml-out flag
This commit is contained in:
@@ -91,7 +91,7 @@ The usage of OSACA can be listed as:
|
|||||||
[--ignore-unknown] [--lcd-timeout SECONDS]
|
[--ignore-unknown] [--lcd-timeout SECONDS]
|
||||||
[--db-check] [--import MICROBENCH] [--insert-marker]
|
[--db-check] [--import MICROBENCH] [--insert-marker]
|
||||||
[--export-graph GRAPHNAME] [--consider-flag-deps]
|
[--export-graph GRAPHNAME] [--consider-flag-deps]
|
||||||
[--out OUT] [--verbose]
|
[--out OUT] [--yaml-out YAML_OUT] [--verbose]
|
||||||
FILEPATH
|
FILEPATH
|
||||||
|
|
||||||
-h, --help
|
-h, --help
|
||||||
@@ -133,6 +133,8 @@ The usage of OSACA can be listed as:
|
|||||||
Increases verbosity level
|
Increases verbosity level
|
||||||
-o OUT, --out OUT
|
-o OUT, --out OUT
|
||||||
Write analysis to this file (default to stdout)
|
Write analysis to this file (default to stdout)
|
||||||
|
--yaml-out YAML_OUT
|
||||||
|
Write analysis as YAML representation to this file
|
||||||
|
|
||||||
The **FILEPATH** describes the filepath to the file to work with and is always necessary, use "-" to read from stdin.
|
The **FILEPATH** describes the filepath to the file to work with and is always necessary, use "-" to read from stdin.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user