About this mod
This mod shows a FPS counter and GPU/CPU graph in Dragon Age Inquisition.
- Permissions and credits

It helps measure performance and is useful for fine-tuning graphics settings, all within the official game engine (Frostbite).
The file is drop-in friendly as it does not overwrite any files or require modding tools. Have fun :D
The file "user.cfg" file needs to be dropped into Dragon Age Inquisition's game directory (where DragonAgeInquisition.exe resides). The download .rar file requires WinRAR or a similar archive tool.
Customization
If you already have your own custom "user.cfg" file or want to customize; the code for the commands are:
PerfOverlay.DrawFps 1
PerfOverlay.DrawGraph 1
PerfOverlay.DrawCPUGraph 1
PerfOverlay.DrawGPUGraph 1
1st line = whether or not to draw frames per second counter
2nd line = whether or not to draw a performance graph
3rd line = whether or not to draw CPU graph line (yellow)
4th line = whether or not to draw GPU graph line (green)
