Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timbunce/dashprofiler
Automatically exported from code.google.com/p/dashprofiler
https://github.com/timbunce/dashprofiler
Last synced: 18 days ago
JSON representation
Automatically exported from code.google.com/p/dashprofiler
- Host: GitHub
- URL: https://github.com/timbunce/dashprofiler
- Owner: timbunce
- Created: 2015-03-17T16:31:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-17T16:33:55.000Z (almost 10 years ago)
- Last Synced: 2023-04-21T14:10:54.701Z (over 1 year ago)
- Language: Perl
- Size: 281 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
DashProfiler
The DashProfiler modules enable you to efficiently collect performance data
by adding just a line of code to the functions or objects you want to monitor.Data is aggregated by context and optionally also by a granular time axis.
See DashProfiler::UserGuide for a general introduction.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installDEPENDENCIES
DBI >= 1.57
COPYRIGHT AND LICENCE
Copyright (C) 2007-2008, Tim Bunce, Ireland
You may distribute under the terms of either the GNU General Public
License or the Artistic License, as specified in the Perl README file.