perfmon
nonperforming nonperforming Library update 2y ago

perfmon

FPS and ping meter

favorite2favorites
thumb_up3upvotes
hard_drive 2 MB folder 14 files build Engine v10 history Last update 1088d ago
open_in_new View on sbox.game

About This Package

perfmon

Simple FPS and Ping display
To use, set your root panel to or add a child Panel called

using Perfmon;
/*
  bool draw = true
  bool drawFPS = true
  bool drawPing = false
  IClient client = null // Used for ping meter
  float updateRate = 1f // How fast updates should be
*/
Game.RootPanel = new PerfmonRoot();

// or...

AddChild(new Perfmon());

Uses Fira Code (https://github.com/tonsky/FiraCode)

Media (4)

No usage statistics available
This package may be new or not widely used yet. Usage data becomes available as more users install and play with the package.
Package ID: nfm.perfmon
Created: 2023-09-02 06:03 UTC
Updated: 2023-09-02 09:27 UTC
Type: library
Public: Yes
Version: 37443
files: 14
Size: 1.8 MB
Engine Version: 10
Asset Version ID: 37443
Version Created: 2023-09-02 09:27 UTC
Hash: 3238137099680266773
Manifest: Open manifest
Project Template:
Cs Proj Name:
Compiler: Sandbox, SANDBOX;ADDON;DEBUG, 1701;1702;1591;, , Array, Array
Resources: /fonts/* /ui/* !/logo.*
Code Package References:
new_releases Latest Update Sep 2, 2023
Fix height
37443 Sep 2, 2023
Fix height
37433 Sep 2, 2023
Initial Upload