https://github.com/valueof/moz-profile-parse
A utility to transform raw SPS output to a more structured format
https://github.com/valueof/moz-profile-parse
Last synced: 11 days ago
JSON representation
A utility to transform raw SPS output to a more structured format
- Host: GitHub
- URL: https://github.com/valueof/moz-profile-parse
- Owner: valueof
- Created: 2013-07-19T00:19:38.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-12-12T04:51:43.000Z (over 10 years ago)
- Last Synced: 2025-11-28T03:48:31.106Z (7 months ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Utility to parse SPS profile data from Firefox
==============================================
A library to transform raw data received from Firefox SPS profiler into
something more structured. This library is similar to parserWorker.js
in the [Cleopatra](https://github.com/bgirard/cleopatra) source code.
For example input and output data see `data` directory. To run tests
use `npm test` (assuming you installed dependencies by running
`npm install`).