Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okuvshynov/rwp
https://github.com/okuvshynov/rwp
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/okuvshynov/rwp
- Owner: okuvshynov
- License: mit
- Created: 2019-06-19T18:04:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T14:56:23.000Z (almost 2 years ago)
- Last Synced: 2024-12-06T16:56:00.030Z (16 days ago)
- Language: JavaScript
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Run-with-perf (rwp)
in ~abandoned state. Idea here was to build something like godbolt, but rather than showing compiled asm, it would run the snippet and measure some counters from PMU (like cycles, cache misses, instructions, etc.). I thought it could be useful with more exotic counters, see for example this: https://github.com/okuvshynov/rwp/blob/master/tests/mock/mock_src.asm for some very old intel CPU.
I don't know if I'll ever have time to complete this.
# rwp
To run:
1) node service/app.js
2) node executors/client.js
3) visit localhost:3031
4) put event/src