All Projects → inc8877 → RightStatsMonitor

inc8877 / RightStatsMonitor

Licence: other
A useful tool for displaying FPS with high precision. Very lightweight and fast. GC-free

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to RightStatsMonitor

Iglance
Free system monitor for OSX and macOS. See all system information at a glance in the menu bar.
Stars: ✭ 1,358 (+9600%)
Mutual labels:  monitor, free
Librehardwaremonitor
Libre Hardware Monitor, home of the fork of Open Hardware Monitor
Stars: ✭ 685 (+4792.86%)
Mutual labels:  monitor, free
Stats
macOS system monitor in your menu bar
Stars: ✭ 7,134 (+50857.14%)
Mutual labels:  monitor, stats
Pm2 Server Monit
Monitor server CPU / Memory / Process / Zombie Process / Disk size / Security Packages / Network Input / Network Output
Stars: ✭ 247 (+1664.29%)
Mutual labels:  monitor, stats
PHP-Broadcast-radio
🌈 Autonomous streaming audio ,serveronline internet radio is free streaming music for your listening pleasure, as well as news and announcements.
Stars: ✭ 38 (+171.43%)
Mutual labels:  free
ArcoLinux-dotfiles
ArcoLinux dotfiles for 2bwm / i3wm
Stars: ✭ 24 (+71.43%)
Mutual labels:  monitor
sofia-react-template
🔮 Sofia React Template - Admin Dashboard Template built with React
Stars: ✭ 96 (+585.71%)
Mutual labels:  free
k8s-mon
滴滴夜莺Kubernetes monitor
Stars: ✭ 40 (+185.71%)
Mutual labels:  monitor
heartbeats
一个基于数据上报的监控系统. 用于监控定时和定期类型服务监控状况
Stars: ✭ 25 (+78.57%)
Mutual labels:  monitor
SilentXMRMiner
A Silent (Hidden) Monero (XMR) Miner Builder
Stars: ✭ 417 (+2878.57%)
Mutual labels:  free
jqtop
Analyze json logs in realtime
Stars: ✭ 14 (+0%)
Mutual labels:  stats
FATE-Serving
A scalable, high-performance serving system for federated learning models
Stars: ✭ 107 (+664.29%)
Mutual labels:  monitor
MrPlayer
This is Mp3 Player made on python
Stars: ✭ 23 (+64.29%)
Mutual labels:  free
LeagueReplayParser
C# library which can read some data from a .rofl file, and start a replay in the client. (no longer actively maintained)
Stars: ✭ 20 (+42.86%)
Mutual labels:  stats
Dell-S2716DGR-Calibration-Guide
Calibration guide for the Dell S2716DG and S2716DGR to get the best picture quality and colors
Stars: ✭ 33 (+135.71%)
Mutual labels:  monitor
AnyStatus
A remote control for your CI/CD pipelines and more
Stars: ✭ 38 (+171.43%)
Mutual labels:  monitor
computeiro
Computer science courses, books and exams in your pocket. Built with Flutter and Free! ❤️
Stars: ✭ 27 (+92.86%)
Mutual labels:  free
quran-api
Free Quran API Service with 90+ different languages and 400+ translations
Stars: ✭ 210 (+1400%)
Mutual labels:  free
larapos
Laravel Point of sale with invoice full source code free download pos apps.
Stars: ✭ 38 (+171.43%)
Mutual labels:  free
vaadin-icons
Vaadin Icons is a collection of 600+ unique icons designed for web applications
Stars: ✭ 59 (+321.43%)
Mutual labels:  free

RightStatsMonitor

openupm

Useful tool for displaying FPS with high precision. Very lightweight and fast. GC-free

Table of Contents

Demonstration

How to use

  1. Install RSM
  2. Use available actions to interact with the RSM via Tools > RightStatsMonitor

The RSM has global settings like target frame rate, canvas sort order, initialize at startup, and more. You can customize the way you want, to do this, just open the settings under this path Tools> RightStatsMonitor> Preferences.

Installation

Install via OpenUPM

The package is available on the openupm registry. It's recommended to install it via openupm-cli.

openupm add com.inc8877.right-stats-monitor

Install via Git URL

Open Packages/manifest.json with your favorite text editor. Add the following line to the dependencies block.

{
  "dependencies": {
    "com.inc8877.right-stats-monitor": "https://github.com/inc8877/RightStatsMonitor.git",
   }
}

Small useful features

using RightStatsMonitor.Core;

// Get current FPS
RSMCore.CurrentFPS

Notes

RSM may allocate some memory at runtime in Editor. At runtime on platforms (iOS, Android) does not allocate memory. This has to do with how TMP works in the editor. [Explanation]

Credits

RSM logo background by Jorge Salvador

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].