https://github.com/spite/perfmeter
https://github.com/spite/perfmeter
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spite/perfmeter
- Owner: spite
- Created: 2016-08-31T10:40:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-17T01:24:20.000Z (over 9 years ago)
- Last Synced: 2025-08-09T08:20:55.241Z (11 months ago)
- Language: JavaScript
- Size: 2.84 MB
- Stars: 23
- Watchers: 7
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PerfMeter
### Work In Progress | User discretion avised!
How to install:
1. Download or clone the repo: `git clone https://github.com/spite/PerfMeter.git`
2. Go to `/src`, run `npm install`, then `npm run build`
3. Open `chrome://extensions` and make sure `Developer Mode` checkbox is ticked
4. Click `Load unpacked extension` and select the folder you've downloaded the repo to
5. Open a page with WebGL
6. Open DevTools
7. Go to PerfMeter tab
8. Hit `Reload` to instrument the tab
### About the library
Even though this is intended as a Chrome Extension -and in the future, via de Web Extensions, a Firefox one-, the instrumentation library itself (`src/lib.js`) is designed so it can be used in other browsers.