Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.32 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.32 KB

Recorder Status

Recorder is a tool for recording workload patterns.

Usage

$ recorder dynamic --help
Usage: recorder dynamic [options]

Options:
    --queue <name>           Queue for distributing jobs (required).
    --caching                Enable caching of McPAT optimization results.
    --server <host>:<port>   Redis server [default: 127.0.0.0:6379].

    --database <path>        SQLite database (required).
    --table <name>           Table for storing results (required).

    --help                   Display this message.
$ recorder static --help
Usage: recorder static [options]

Options:
    --config <path>          McPAT configuration file (required).

    --database <path>        SQLite database (required).
    --table <name>           Table for storing results (required).

    --caching                Enable caching of McPAT optimization results.
    --server <host>:<port>   Redis server [default: 127.0.0.0:6379].

    --help                   Display this message.

Contribution

  1. Fork the project.
  2. Implement your idea.
  3. Open a pull request.