* Fixed unclosed <p> tag
[lhc/web/wiklou.git] / includes / Profiling.php
2005-06-19 Ævar Arnfjörð Bjar... * sprintf("%-75s %6s %13s %13s %13s %9s %14s %14s...
2005-06-19 Tim Starlingfixed checked-in conflict marker
2005-06-19 Tim StarlingUser time profiling, uncomment to use
2005-05-28 Tim Starlingformatting tweak
2005-01-28 Antoine Mussocleaner code formatting.
2005-01-18 Brion Vibber* Call-tree output mode for profiling
2004-11-27 Brion VibberAdjust memory usage stats for overhead as well. Fixed...
2004-11-27 Brion VibberCompensate for overhead of profiled subcalls in each...
2004-11-27 Brion VibberReduce total profiling overhead by about 6%, and intern...
2004-11-23 Brion Vibber* Sort the profiling log output so the slowest is at...
2004-10-24 Tim StarlingCorrecting bugs due to double-prefixing table names...
2004-09-30 Domas Mituzaspass unescaped query string to Database::insert(),...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-09-01 Domas Mituzasstrip profile name in case it exceeds db storage size...
2004-09-01 Domas Mituzasget rid of all INSERT IGNORE in includes/, change into...
2004-08-27 Tim StarlingFixed notice due to main-cleanup being entered at level 0
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-21 Tim StarlingSort results by total time
2004-08-21 Brion VibberFix notices from stupid code in last commit
2004-08-21 Brion VibberRecord and report memory usage change in profiling.
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-05-26 Tim StarlingFixed profiling
2004-03-23 Tim StarlingFix notice
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-17 Tim StarlingGot rid of some notices
2003-12-01 Mr. E23Added missing global for $wgProfileToDatabase.
2003-11-19 Tim StarlingMoved logToDB to inside Profiler class
2003-11-18 Mr. E23Added feature to log sums from profiling data to the DB
2003-11-09 Tim StarlingNov. branch merge. Various features backported from...
2003-11-02 Tim StarlingVarious fixes, see the version of [[m:Development statu...
2003-10-25 Tim StarlingTranslation checker added (nl: fixed); more conditional...
2003-10-20 Tim Starlingfixed profiling; fixed wfMsg() use of memcached; put...
2003-10-16 Tim Starlingblock/unblock log; split off profiling into Profiling...