From a9f5c09d540f80ad1c468017484485db9e0b7930 Mon Sep 17 00:00:00 2001 From: DadiB <38182988+DadiB134@users.noreply.github.com> Date: Tue, 8 Jan 2019 19:30:51 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 92e321a..f75b690 100644 --- a/README.md +++ b/README.md @@ -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:
-"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".
-"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.
-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)