thoroughbred
v0.1.0
Published
A performance profiling tool for web applications.
Readme
thoroughbred
A performance profiling tool for web applications.
Features
- Analyze application performance metrics in real-time.
- Identify bottlenecks and optimize resource usage.
- Generate detailed reports on runtime behavior.
- Integrate easily with existing projects and build systems.
Install
npm install thoroughbredQuick Start
const thoroughbred = require('thoroughbred');
thoroughbred.start(); // Start profiling
// Your application logic here
thoroughbred.stop(); // Stop profiling and generate reportLicense
MIT
