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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258
|
2013-02-01 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.15 ========================
*
2011-12-13 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.14 ========================
*
2011-01-24 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.13 ========================
*
2009-12-07 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.12 ========================
*
2008-12-12 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.11.1 ========================
*
2008-10-16 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.11 ========================
*
2007-09-12 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.10 ========================
*
2007-03-21 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* profiler.man: Fixed all warnings due to use of now deprecated
commands. Added a section about how to give feedback.
2006-10-03 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.9 ========================
*
2006-09-27 Andreas Kupries <andreask@activestate.com>
* profiler.test: [SF Tcllib Bug 1272913]. Fixed. Added constraint
for 8.4- specific tests, duplicated testcase profiler-7.2 to
capture the differences in results generated by 8.5+ vs 8.4-.
2006-09-19 Andreas Kupries <andreask@activestate.com>
* profiler.man: Bumped version to 0.3
* profiler.tcl:
* pkgIndex.tcl:
2006-01-23 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* profiler.test: More boilerplate simplified via use of test support.
2006-01-19 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* profiler.test: Hooked into the new common test support code.
2005-11-02 David N. Welton <davidw@dedasys.com>
* profiler.tcl (::profiler::printsorted): Added a printsorted proc
in order to print stuff out sorted with different keys.
2005-10-06 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.8 ========================
*
2005-04-05 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* profiler.man: Synchronized indexed and provided versions.
* pkgIndex.tcl
2005-03-30 Eric Melski <ericm@electric-cloud.com>
* profiler.tcl (::profiler::TraceHandler): Make sure that caller names
always have a :: prefix, to avoid getting confused by "::foo" versus
"foo", which actually refer to the same procedure [Bug 1172938].
Incremented version number to 0.2.3.
* profiler.test: Added tests to verify fix for Bug 1172938.
2004-10-05 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.7 ========================
*
2004-05-23 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.6.1 ========================
*
2004-02-15 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.6 ========================
*
2004-02-12 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* profiler.tcl (stats): Bugfix by Bob Techentin, preventing a
division by zero if the average time has become zero.
2003-10-29 Andreas Kupries <andreask@activestate.com>
* profiler.man: Updated documented signature of 'reset', missed
the pattern argument [Bug 832487].
2003-05-05 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.4 ========================
*
2003-05-02 Andreas Kupries <andreask@activestate.com>
* profiler.test: found a test failing for 8.5 due to incomplete
auto_path propagation and setup. Fixed.
2003-04-29 Pat Thoyts <patthoyts@users.sourceforge.net>
* profiler.tcl (::profiler::stats): Check for sum being zero when
using tcl < 8.4 (no execution trace available). Prevents a divide
by zero error.
2003-04-13 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* profiler.test:
* profiler.tcl: Accepted patch #575376 by Hemang Lavana
<hemanglavana@users.sourceforge.net> reorganizing the internals
a bit and using the 8.4 specific trace support if possible.
2003-04-11 Andreas Kupries <andreask@activestate.com>
* profiler.tcl:
* profiler.man:
* pkgIndex.tcl: Set version of the package to to 0.2.1.
2003-02-24 David N. Welton <davidw@dedasys.com>
* profiler.tcl (::profiler::tZero): Use string map instead of
regsub.
2003-02-06 David N. Welton <davidw@dedasys.com>
* profiler.tcl (::profiler::profProc): Use string match instead of
regexp.
2003-01-16 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* profiler.man: More semantic markup, less visual one.
2002-10-14 Jeff Hobbs <jeffh@ActiveState.com>
* profiler.tcl (dump): required result initialization. [Bug #564767]
2002-04-15 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* profiler.man: Added doctools manpage.
2001-08-21 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* pkgIndex.tcl: Moved version to 0.2.
* profiler.test: Adapted testsuite.
* profiler.n: Added documentation. Same patch as below.
* profiler.tcl: Applied patch [446799] by Hemang Lavana
<hemanglavana@users.sourceforge.net>, adding support for
resume/suspend operations to the profiler. moved version to 0.2.
2001-07-31 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* profiler.tcl (Handler): Fixed [446562].
2001-07-10 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* profiler.tcl: Frink 2.2 run, fixed dubious code.
2001-06-21 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* profiler.tcl: Fixed dubious code reported by frink.
2000-09-20 Eric Melski <ericm@ajubasolutions.com>
* profiler.tcl: Corrected some non-Tcl-style-guide conforming
function headers.
2000-06-15 Eric Melski <ericm@ajubasolutions.com>
* profiler.tcl: Added mods from Philip Ehrens
<pehrens@ligo.caltech.edu> to changed formatting, add additional
statistics. [RFE: 5060]
2000-03-27 Eric Melski <ericm@scriptics.com>
* profiler.tcl: Added a check for [clock clicks] wrapping.
2000-03-20 Eric Melski <ericm@scriptics.com>
* profiler.test:
* profiler.tcl: Fixed issue with printing of descendants.
2000-03-09 Eric Melski <ericm@scriptics.com>
* profiler.test: Adapted tests to work inside and outside of
tcllib test framework.
2000-03-08 Eric Melski <ericm@scriptics.com>
* profiler.test:
* profiler.tcl: Added tracking of descendant time; changed
definition of total time to include compile time (which makes
determination of exclusive time (time in a function but not in its
descendants) easier).
2000-03-03 Eric Melski <ericm@scriptics.com>
* profiler.tcl: Added profiler::reset function and enhanced
profiler::sortFunctions
* profiler.n: Updated documentation.
2000-02-24 Eric Melski <ericm@scriptics.com>
* profiler.tcl: Fixed dump command output to include
the name of the function being dumped.
2000-02-17 Eric Melski <ericm@scriptics.com>
* pkgIndex.tcl: package index for profiler.
* man.macros:
* profiler.n: Doc for profiler.
* profiler.test: Tests for profiler.
* profiler.tcl: Simple Tcl function-level profiler.
|