This tool helps visualize PresentMon logs.
Option | Long Option | Description |
---|---|---|
-h | Shows the integrated help | |
-i | -Input | Specifies the input .csv file from PresentMon |
-o | -Output | Specifies a custom output path. Must be .png |
-t | -Title | Set custom title which is shown at the top of generated image |
-b | -Bins | Defines how many bins should be used for histograms |
-d | -Theme | Lets you choose between dark and light mode. Default dark. Options: "dark", "light" |
-p | Exports the graph as a .pdf too | |
-v | -Svg | Exports the graph as a .svg too |
PresentMon-Grapher.exe -i "presentmon-log.csv"
PresentMon-Grapher.exe -i "C:\presentmon-log.csv" -o "C:\presentmon-log.png"
PresentMon-Grapher.exe -i "C:\presentmon-log.csv" -b 40
PresentMon-Grapher.exe -i "C:\presentmon-log.csv" -d light
PresentMon-Grapher.exe -i "C:\presentmon-log.csv" -p
PresentMon-Grapher.exe -i "C:\presentmon-log.csv" -v
PresentMon-Grapher.exe -i "C:\presentmon-log.csv" -o "C:\presentmon-log.png" -b 40 -d light -p -v