Skip to content

Tool for recording workload patterns

License

Notifications You must be signed in to change notification settings

learning-on-chip/recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Tool for recording workload patterns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages