Commit graph

11 commits

Author SHA1 Message Date
Domas Mituzas
b8087c21cd function_exists expects string with function name in it 2006-07-14 20:25:11 +00:00
Brion Vibber
ef6c04c3f6 fix syntax error 2006-07-14 19:42:16 +00:00
Tim Starling
3ea576aa25 Consolidated web initialisation code into includes/WebStart.php. Moved profiling setup to a hook file "StartProfiler.php", following Brion's suggestion to merge Wikimedia's early profiling patch into subversion. Renamed Profiling.php and logProfilingData(), removed unnecessary wfProfileClose() calls. 2006-07-14 05:35:31 +00:00
Domas Mituzas
c6193558ea use microtime(true), properly initialize non-existing arrays (avoids warnings :) 2006-06-07 20:13:29 +00:00
Brion Vibber
4ff45a89d0 Remove yet more stray executable bits. The last, I hope. 2006-04-04 08:01:19 +00:00
Ævar Arnfjörð Bjarmason
a26d5a49d7 * s~\t+$~~ 2006-01-07 13:31:29 +00:00
Ævar Arnfjörð Bjarmason
7bbe971aec * s~ +$~~ 2006-01-07 13:09:30 +00:00
Tim Starling
c0cabc3e06 More robust include directory determination. Don't call wfDebug unless it is defined. 2006-01-04 23:21:21 +00:00
Domas Mituzas
e6a511848a allow pre-started Profiler 2006-01-03 10:31:13 +00:00
Domas Mituzas
00c6a58707 * Fix ::close()
* Properly deal with "-setup" and "-total"
* Extend time functions a bit
2005-12-30 23:16:14 +00:00
Domas Mituzas
214b9a8d40 * move $wgProfiler init to Setup.php
* allow specifying different profiler types
* add ProfilerSimple (that for now just builds in-memory profiling structure,
  may be extended to write it somewhere)
2005-12-24 13:41:05 +00:00