Skip to content

Gummientchen/presentmon-graph-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PresentMon-Grapher

This tool helps visualize PresentMon logs.

Example of the generated PNG

Basic usage:

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 -Pdf Exports the graph as a .pdf too
-v -Svg Exports the graph as a .svg too

Examples

PresentMon-Grapher.exe -i "presentmon-log.csv"

Define Output Path

PresentMon-Grapher.exe -i "C:\presentmon-log.csv" -o "C:\presentmon-log.png"

Set Number of Bins

PresentMon-Grapher.exe -i "C:\presentmon-log.csv" -b 40

Light Mode

PresentMon-Grapher.exe -i "C:\presentmon-log.csv" -d light

Export PDF too

PresentMon-Grapher.exe -i "C:\presentmon-log.csv" -p

Export SVG too

PresentMon-Grapher.exe -i "C:\presentmon-log.csv" -v

All Options Combined

PresentMon-Grapher.exe -i "C:\presentmon-log.csv" -o "C:\presentmon-log.png" -b 40 -d light -p -v

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages