An open API service indexing awesome lists of open source software.

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

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`).