Skip to content

Commit e1f8d52

Browse files
README: fix platform notes — multiple cores ignore --plot, no PNG
Made-with: Cursor
1 parent c4c7bcd commit e1f8d52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Or make the script executable and run: `chmod +x CPULoadGenerator.py` then `./CP
4141

4242
**System-wide install (Debian/Ubuntu):** `sudo apt install python3-matplotlib python3-psutil python3-click`
4343

44-
**Platform notes:** On **macOS**, CPU affinity is not supported, so the load may be distributed across cores; use **exactly one core** with `--plot` for the live plot window (e.g. `-c 0 -l 0.5 -d 20 --plot`). With multiple cores, the plot is saved to a PNG at the end. If the plot window does not appear, try `export MPLBACKEND=TkAgg` or `pip install pyobjc-framework-Cocoa`.
44+
**Platform notes:** On **macOS**, CPU affinity is not supported, so the load may be distributed across cores. Use **exactly one core** with `--plot` for the live plot window and PNG (e.g. `-c 0 -l 0.5 -d 20 --plot`); with multiple cores, `--plot` is ignored.
4545

4646
## Examples
4747

0 commit comments

Comments
 (0)