Commit graph

7 commits

Author SHA1 Message Date
Aaron Schulz
033f71f3df Made text profiler output a bit less noisy by bumping "thresholdMs"
Change-Id: Ie66794c94fb3f6a3dc86ad604162b8e4f91c35ba
2015-06-26 07:35:28 +00:00
Timo Tijhof
2d7706b143 profiler: Consolidate duplicate branches in ProfilerOutputText
Follows-up 3ca6ab1031.

Change-Id: I342c68990301a303425c83847406dcf3b308bd27
2015-03-31 19:23:58 +01:00
Aaron Schulz
3ca6ab1031 Made text profiling actually work with load.php
Change-Id: I8d28ad8669e8c2f5d7025fe67fb75d0551975e07
2015-03-31 17:51:50 +00:00
umherirrender
489d793882 Fixed spacing
- Added/removed spaces around parenthesis
- Added newline in empty blocks
- Added space after switch/foreach/function
- Use tabs at begin of line
- Add newline at end of file

Change-Id: I244cdb2c333489e1020931bf4ac5266a87439f0d
2014-12-05 22:28:07 +01:00
Aaron Schulz
205393fb91 Fixed some incorrect Profiler comments
Change-Id: Ibadc9c7aa0e199e3bd0776a3d563fb6afc1ff7cd
2014-11-18 12:39:01 -08:00
Chad Horohoe
d1f1f9d98d ProfilerOutput: Remove logStandardData() and make log() abstract
Became unused layer of abtraction as I266ed820 went through iterations

Change-Id: Ic739fb4519bb2e23e679828b191c11c0158ade78
2014-11-18 11:51:49 -08:00
Chad Horohoe
b8d93fb4fd Refactor profiling output from profiling
* Added a standard getFunctionStats() method for Profilers to return
  per function data as maps. This is not toolbar specific like getRawData().
* Cleaned up the interface of SectionProfiler::getFunctionStats() a bit.
* Removed unused cpu_sq, real_sq fields from profiler UDP output.
* Moved getTime/getInitialTime to ProfilerStandard.

Co-Authored-By: Aaron Schulz <aschulz@wikimedia.org>
Change-Id: I266ed82031a434465f64896eb327f3872fdf1db1
2014-11-17 19:26:04 -07:00
Renamed from includes/profiler/ProfilerSimpleText.php (Browse further)