https://github.com/browserify/perf-hooks-browserify
[WIP] The perf_hooks node module API for browserify
https://github.com/browserify/perf-hooks-browserify
Last synced: 10 months ago
JSON representation
[WIP] The perf_hooks node module API for browserify
- Host: GitHub
- URL: https://github.com/browserify/perf-hooks-browserify
- Owner: browserify
- License: other
- Created: 2018-05-18T11:54:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T09:51:53.000Z (about 1 year ago)
- Last Synced: 2025-03-28T22:34:49.098Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# perf-hooks-browserify
The `perf_hooks` node module API for browserify
[![npm][npm-image]][npm-url]
[![travis][travis-image]][travis-url]
[![standard][standard-image]][standard-url]
[npm-image]: https://img.shields.io/npm/v/perf-hooks-browserify.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/perf-hooks-browserify
[travis-image]: https://img.shields.io/travis/browserify/perf-hooks-browserify/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/browserify/perf-hooks-browserify
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[standard-url]: http://npm.im/standard
## Install
```
npm install perf-hooks-browserify
```
## Usage
```js
var perfHooksBrowserify = require('perf-hooks-browserify')
```
## License
[Apache-2.0](LICENSE.md)