aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2024-02-25 11:33:22 -0800
committerSeongJae Park <sj38.park@gmail.com>2024-02-25 11:33:22 -0800
commit2845bf5dd745c8b71991bed14435e66ad350c0c2 (patch)
tree90d9a42b9c7e568df89d58682e8f82d01296434c
parent1f7bc9c6b33fb2e1fe9899288722d32b793a5127 (diff)
downloaddamo-2845bf5dd745c8b71991bed14435e66ad350c0c2.tar.gz
USAGE: Wordsmith 'damo replay'
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
-rw-r--r--USAGE.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/USAGE.md b/USAGE.md
index af5b8a6a..4c12c07b 100644
--- a/USAGE.md
+++ b/USAGE.md
@@ -565,11 +565,14 @@ visualization of the distribution via ``--plot`` option.
`damo replay` (Replay Recorded Data Access Pattern)
---------------------------------------------------
-`damo replay` reads a data access pattern record file (if not explicitly
-specified via command line argument, reads ``./damon.data`` file by default)
-and reproduce the recorded access pattern by making articial memory accesses.
-This could be useful for various purpose system analysis with real-world memory
-access pattern.
+Note: This feature is an experimental one. Some changes could be made, or the
+support can be dropped in future.
+
+`damo replay` receives a `damo record`-generated data access pattern record
+file that specified via command line argument (`./damon.data` by default).
+Then, the command reproduces the recorded accesses in the file by making
+articial memory accesses. This could be useful for some types of system
+analysis or experiments with real-world memory access pattern.
Miscelleneous Helper Commands
=============================