https://github.com/adonisjs/profiler
Profile to time function calls with context in AdonisJS
https://github.com/adonisjs/profiler
bundled-with-core
Last synced: 11 months ago
JSON representation
Profile to time function calls with context in AdonisJS
- Host: GitHub
- URL: https://github.com/adonisjs/profiler
- Owner: adonisjs
- License: mit
- Created: 2019-08-16T16:49:05.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-07T06:17:13.000Z (almost 4 years ago)
- Last Synced: 2025-06-17T22:41:07.156Z (about 1 year ago)
- Topics: bundled-with-core
- Language: TypeScript
- Homepage:
- Size: 918 KB
- Stars: 13
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
AdonisJS Profiler
A high level profiler to profile application code like Database queries, HTTP requests , Validation calls and so on.
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url] [![synk-image]][synk-url]
[gh-workflow-image]: https://img.shields.io/github/workflow/status/adonisjs/profiler/test?style=for-the-badge
[gh-workflow-url]: https://github.com/adonisjs/profiler/actions/workflows/test.yml "Github action"
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
[typescript-url]: "typescript"
[npm-image]: https://img.shields.io/npm/v/@adonisjs/profiler.svg?style=for-the-badge&logo=npm
[npm-url]: https://npmjs.org/package/@adonisjs/profiler "npm"
[license-image]: https://img.shields.io/npm/l/@adonisjs/profiler?color=blueviolet&style=for-the-badge
[license-url]: LICENSE.md "license"
[synk-image]: https://img.shields.io/snyk/vulnerabilities/github/adonisjs/profiler?label=Synk%20Vulnerabilities&style=for-the-badge
[synk-url]: https://snyk.io/test/github/adonisjs/profiler?targetFile=package.json "synk"