Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DadiBit committed Jan 8, 2019
1 parent 215521f commit a9f5c09
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# PresentMon-graph-creator
PresentMon graph creator is a little tool to create a simple png image showing avarage, max and min FPS of an application, monitored with [PresentMon](https://github.com/GameTechDev/PresentMon), using a csv file generated by it.
You run it from powershell with "C:\to\path\graph.ps1" where "C:\to\path\" is the place where you downloaded your "graph.ps1". After this if you want you can customize it with the two optional inputs:<br />
"Csv file name: " is the location of the csv file(it can use both relative and absolute paths). If omitted it will try to search in the current directory a file called "graph.csv".<br />
"Title name: " is the title you want to add on top of the graph. If omitted it will output the graph directly without the title and remove the 100px heigth for it.<br />
Check the wiki for more informations about customization.
You run it from powershell with "C:\to\path\graph.ps1" where "C:\to\path\" is the place where you downloaded your "graph.ps1".Check the wiki for more informations about customization.
## Examples
An example of input and its image output:
![Image of input-output](examples/input-output-example.png)

0 comments on commit a9f5c09

Please sign in to comment.