Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "perf-sym", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Translate symbol names generated by `--basic-perf-prof` into JavaScript names", | ||
"main": "index.js", | ||
"bin": { | ||
"perf-sym": "./cmd.js" | ||
"perf-sym": "./cmd.js", | ||
"profile_1ms.d": "./profile_1ms.d" | ||
}, | ||
@@ -9,0 +10,0 @@ "scripts": { |
@@ -36,9 +36,3 @@ # perf-sym | ||
```sh | ||
[sudo] npm install -g cpuprofilify | ||
``` | ||
``` | ||
sudo echo # need me some sudo perms | ||
node --perf-basic-prof index.js & | ||
@@ -92,3 +86,3 @@ | ||
* sponsored by nearForm | ||
* with thanks to [thlorenz](https://github.com/thlorenz) and his [cpuprofilify](https://github.com/thlorenz/cpuprofilify) module for inspiration and snippets | ||
* with thanks to [thlorenz](https://github.com/thlorenz) and his [cpuprofilify](https://github.com/thlorenz/cpuprofilify) module for inspiration and snippets and profile_1ms.d | ||
@@ -95,0 +89,0 @@ ## License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7774
8
89