Mercurial > pub > Impl
view Lib/DOM/Providers/Perfomance.pm @ 90:dc1da0389db7
Small improvements in the abstract object class
Added support for a class data, documentation
Additional tests for the new functionality
author | wizard |
---|---|
date | Mon, 26 Apr 2010 03:10:03 +0400 |
parents | 16ada169ca75 |
children |
line wrap: on
line source
use strict; package DOM::Providers::Perfomance; use PerfCounter; sub GetProviderInfo { return { Name => 'Perfomance', Host => 'DOM::Site', Objects => { Counters => \%PerfCounter::Counters } } } 1;