Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco authored Mar 29, 2020
1 parent 7d2bb3f commit eb920e9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
![preview](https://user-images.githubusercontent.com/39247311/64912038-bf064180-d729-11e9-98dd-17c48efe0a7f.PNG)
# FPSCounter for BepInEx
An FPS Counter plugin for BepInEx 5.0 or later. Here are some of the features:
# FPS counter and performance statistics for BepInEx
A BepInEx plugin that measures many performance statistics of Unity engine games. It can be used to help determine causes of performance drops and other issues. Here are some of the features:
- Accurately measures true ms spent per frame (not calculated from FPS)
- Measures time spent in each of the steps Unity takes in order to render a frame (e.g. how long all Update methods took to run collectively)
- Measures time spent in each of the installed BepInEx plugins (easy to see performance hogs, only counts code running in Update methods)
- Measures memory stats, including amount of heap memory used by the GC and GC collection counts (if supported)

![preview](https://user-images.githubusercontent.com/39247311/77855748-c1764780-71f2-11ea-8e8e-0e9a35d9866b.png)

## How to use
1. Install [BepInEx 5.0](https://github.com/BepInEx/BepInEx) or newer.
Expand Down

0 comments on commit eb920e9

Please sign in to comment.