-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathChanges
33 lines (23 loc) · 1.02 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Revision history for Perl extension Devel::KYTProf
{{$NEXT}}
0.9994 2020-01-07T06:01:33Z
- add db name to DBI trace (aereal)
0.9993 2019-06-28T05:45:15Z
- suppress uninitialized warning in Devel::KYTProf::Profiler::Furl::HTTP (papix)
0.9992 2019-05-09T05:23:35Z
- Fix for multiple use (fujiwara)
0.9991 2019-03-26T04:09:02Z
- add sampler feature and use it for more accurate profiling for DBI
- introduce Class::Data::Lite and drop Class::Data::Inheritance
- add `apply_prof` method and call them in `import` method
- switch from UNIVERSAL::require to Module::Load
0.05 Wed Jul 10 19:13:07 JST 2013
- Added compatibility code for 'add_prof' version <= 0.02 (fujiwara)
0.04 Tue Feb 19 19:07:11 JST 2013
- Changed label "time" to "runtime" (Wakaba)
0.03 Tue Feb 19 17:50:20 JST 2013
- Added LTSV logger (Wakaba)
0.02 Tue Jun 5 16:50:10 JST 2012
- Added furl support (Songmu)
0.01 Fri Jun 18 21:10:02 2010
- original version