#17 DashProfiler::Import imports a pre-curried profiler code ref
Profilers return bless object containing timestamp
Object destruction triggers accumulation of sample
#30 Time to create sample object, destroy it, accumulate the counts
In hot code can be 0.000015s
(Timings made on a 2GHz MacBook Pro Intel Core Duo)
(Could be made much faster by porting sampler class to C)
#31 Time to create sample object, destroy it, accumulate the counts
In hot code can be 0.000015s
(Timings made on a 2GHz MacBook Pro Intel Core Duo)
(Could be made much faster by porting sampler class to C)