GithubHelp home page GithubHelp logo

dvzheng / fpscounter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from manlymarco/fpscounter

0.0 0.0 0.0 133 KB

FPS counter plugin for BepInEx - measure frame time and plugin performance

Home Page: https://www.patreon.com/ManlyMarco

License: Apache License 2.0

C# 100.00%

fpscounter's Introduction

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

How to use

  1. Install BepInEx 5.0 or newer.
  2. Extract the release into your game root, the .dll should end up in BepInEx\plugins directory.
  3. Start the game and press U + LeftShift.

The on/off hotkey and looks can be configured in the config file in bepinex\config (have to run the game at least once to generate it), or by using BepInEx.ConfigurationManager.

fpscounter's People

Contributors

manlymarco avatar kein avatar victorienxp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.