1.0.1 • Published 9 years ago

hapi-profile v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

hapi-profile

This plugin wraps async-profile and provides reporting through hapi's logging system. Most of the reporting methods were ported/copied from the original async-profile code.

A summary for each request will be logged on the request itself with a tag of 'hapi-profile'.

A full stack trace with times for each line will be logged on the server object, also with a tag of 'hapi-profile'.