Rate This Document
Findability
Accuracy
Completeness
Readability

Viewing Help Information

  • When multiple modules are running concurrently, only one log level can be set at the same time.
  • If tasks are executed concurrently during the initial installation, the log configuration file may fail to be read. In this case, execute the tasks again.

Command Function

Displays the help information about affinity analysis tasks.

Syntax

devkit advisor -h

Example

Run the following command to query all the command parameters:

devkit advisor -h

Command output:

 Usage: devkit advisor [-h|--help] TASK [ARGS]

  The most commonly used devkit advisor sub tasks are:
    run-mode                Run the 64-bit running mode check task.
    addr-align              Run the address alignment of the structure task.
    cacheline               Run the cache line alignment check task.
    mm-check                Run the static memory mode check task.
    vec-check               Run the vectorization check task.
    affi-check              Run the affinity check task.
    bc-gen                  Run the bc file generation task.
    matrix-check            Run the matricization check task.

  See 'devkit advisor TASK -h/--help' for more information on a specific task.
  • run-mode: 64-bit running mode check
  • addr-align: byte alignment check
  • cacheline: cache line alignment check.
  • mm-check: memory consistency check
  • vec-check: vectorization check
  • affi-check: build affinity
  • bc-gen: BC file generation
  • matrix-check: matricization check