SkillAgentSearch skills...

Proffer

Realtime V8 Tick Profiler

Install / Use

/learn @davidmarkclements/Proffer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

proffer

Realtime V8 Tick Processor

Usage

Profile a program:

node --prof app.js

This will create a file with filename starting isolate-.

Process it with proffer:

cat isolate-0x103801000-v8.log | proffer

This will output a stream of newline delimited JSON where hex addresses have been mapped to function names, paths and locations along with other useful meta data.

Supported Node Versions

  • Node 8.x.x
  • Node 10.x.x
  • Node 12.x.x

Test

npm test

Acknowledgements

Sponsored by NearForm

License

MIT

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated2y ago
Forks1

Languages

JavaScript

Security Score

75/100

Audited on Aug 20, 2023

No findings