ee-analysis: Output and append to JSON file (#580)

ee-analysis: Output and append to JSON file
This commit is contained in:
Tyler Wilding
2021-06-11 19:09:12 -04:00
committed by GitHub
parent 50fbbc45aa
commit 504a073f8f
4 changed files with 71 additions and 4 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ tasks:
- python ./scripts/cleanup-all-types.py
analyze-ee-memory:
cmds:
- ./out/build/Debug/bin/memory_dump_tool.exe "{{.FILE}}" > ee-analysis.log
- ./out/build/Debug/bin/memory_dump_tool.exe "{{.FILE}}" ./ > ee-analysis.log
watch-pcsx2:
cmds:
- watchmedo shell-command --drop --patterns="*.p2s" --recursive --command='task analyze-ee-memory FILE="${watch_src_path}"' "{{.SAVESTATE_DIR}}"