summaryrefslogtreecommitdiffstats
path: root/system/libraries/Profiler.php
AgeCommit message (Expand)AuthorFilesLines
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-3/+3
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-14/+25
2014-03-19Fix profiling of benchmarked names like 'something_endpoint_end'Richard Cunningham1-1/+1
2014-02-112013 > 2014darwinel1-1/+1
2014-01-24Righting a wrong in the Session libraryAndrey Andreev1-1/+1
2014-01-03[ci skip] Some spaces & docblock fixesAndrey Andreev1-1/+1
2013-12-14Added post-increment for $countCristian Riffo Huez1-1/+2
2013-10-16req. changes:David Cox Jr1-15/+4
2013-09-25fix issue #2617David Cox Jr1-1/+21
2013-07-17[ci skip] Remove some empty linesAndrey Andreev1-1/+1
2013-07-17Merge pull request #2447 from rlerdorf/developAndrey Andreev1-2/+2
2013-07-17Add changelog entry for PR #2502Andrey Andreev1-1/+1
2013-06-27Update Profiler.php to show HTTP_DNT statusIacami1-2/+2
2013-05-18highlight_code() doesn't take an ENT_QUOTES argRasmus Lerdorf1-2/+2
2013-04-04Fix #2380 and deprecate CI_Router::fetch_*() methodsAndrey Andreev1-1/+1
2013-02-15Fix some stuff from recent pull requestsAndrey Andreev1-2/+1
2013-02-15Various cosmetic fixesvlakoff1-1/+1
2013-02-14changes according to narfbg's requestTim1-2/+2
2013-02-13changes according to narfbg's requestTim1-3/+3
2013-02-13Added small feature to profiler: total execution time countTim1-2/+4
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-11-06Display DB object names in the Profiler and fix issue #1220Andrey Andreev1-8/+23
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-06-16Fix issue #318 + added a default to the switch() in CI_Output::minify()Andrey Andreev1-0/+6
2012-06-07Remove some unnecessary function_exists() checks and some minor improvementsAndrey Andreev1-1/+1
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/librariesAlex Bilbie1-4/+4
2012-05-17Clean up the librariesAndrey Andreev1-0/+1
2012-04-20Start comment cleanup of librariesTimothy Warren1-11/+33
2012-04-03Clean up the Profiler libraryAndrey Andreev1-95/+101
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-03-02Fix issue #803 (Profiler library didn't handle objects properly)Andrey Andreev1-7/+5
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-25Improve the Profiler libraryAndrey Andreev1-144/+81
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-09-05CI_Profiler => Accepting objects while profiling session data.Pedro Junior1-1/+1
2011-08-22Fixed #56yterajima1-2/+2
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-13/+13
2011-04-25Fixed double-space typo.Razican1-13/+13
2011-04-25Fixed #60.Razican1-11/+11
2011-04-18changeset: 2204:37301a84c8beGreg Aker1-6/+29
2011-04-18Added Session Class userdata to the output profiler. Additionally, added a s...Greg Aker1-6/+39
2011-02-14Whitespace cleanup in libraries/Pascal Kriete1-2/+2
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-12-21Fix #85 error in db queries in the output profiler.Greg Aker1-1/+1
2010-11-19Updating Output Profiler to validate xHTML Strict, and HTML5.Greg Aker1-25/+24
2010-11-10Changing method visibility in the Profiler classGreg Aker1-25/+14
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-92/+92
2010-09-15Fixed http://bitbucket.org/ellislab/codeigniter/issue/38/slight-bug-with-prof...Greg Aker1-1/+1
2010-09-15Updates to output profiler html validation. http://bitbucket.org/ellislab/co...Greg Aker1-6/+6