forked from sjp38/masim
-
Notifications
You must be signed in to change notification settings - Fork 0
memory access workload simulator
License
paniakin-aws/masim
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Memory Access Simulator ======================= 'masim' is a simulator for intensive memory access. You can use it to test the performance or behavior of your memory system. Usage ----- Please do below: ``` $ make $ ./masim --help ``` Configuration File ------------------ Data access pattern you want to simulate can be specified via a configuration file. By default, 'masim' uses './configs/default' file as the configuration. The path to the configuration file can be specified as argument. This repository contains several default configuration files. Please refer to those for usage and format of the file. 'configs/default' would be a good starting point. Author ------ SeongJae Park <[email protected]>
About
memory access workload simulator
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 98.9%
- Makefile 1.1%