Source: node-pixl-perf Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Joseph Nahmias , Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs, node-pixl-class , Standards-Version: 4.7.4 Homepage: https://github.com/jhuckaby/pixl-perf Vcs-Git: https://salsa.debian.org/js-team/node-pixl-perf.git Vcs-Browser: https://salsa.debian.org/js-team/node-pixl-perf Package: node-pixl-perf Architecture: all Depends: node-pixl-class, ${misc:Depends}, Description: performance tracker for Node.js apps This module provides an easy way to track high resolution performance metrics in your app. Basically, you wrap your function calls or async operations you want to measure with begin() and end() calls, provide IDs for each metric, and the library provides a summary report whenever you want one. You can also increment arbitrary counters, and include that data in the report as well. . Node.js is an event-based server-side JavaScript engine.