SYMBOL INDEX (146 symbols across 29 files) FILE: src/Profiler/Api/Data/ProfileInterface.php type ProfileInterface (line 4) | interface ProfileInterface method dump (line 9) | public function dump(); FILE: src/Profiler/Block/Context.php class Context (line 9) | class Context method __construct (line 15) | public function __construct( method getProfile (line 23) | public function getProfile($id = false) FILE: src/Profiler/Block/Profile/Listing.php class Listing (line 9) | class Listing extends Template method __construct (line 16) | public function __construct( method getList (line 26) | public function getList() FILE: src/Profiler/Block/Profile/View.php class View (line 10) | class View extends Template method __construct (line 27) | public function __construct( method getProfile (line 39) | public function getProfile() method getTabs (line 47) | public function getTabs() FILE: src/Profiler/Block/Tab/Code.php class Code (line 9) | class Code extends Template implements TabInterface method __construct (line 21) | public function __construct( method getLabel (line 34) | public function getLabel() method getIcon (line 42) | public function getIcon() method getCodeDump (line 50) | public function getCodeDump() method getFlameGraphJson (line 55) | public function getFlameGraphJson() { method _removeChildrenKeys (line 80) | private function _removeChildrenKeys($node) { method getGeneralDump (line 91) | public function getGeneralDump() method getLevel (line 96) | public function getLevel($timerId) method renderTimerId (line 105) | public function renderTimerId($timerId) method getParentTimerId (line 116) | public function getParentTimerId($timerId) method getTimerLength (line 128) | public function getTimerLength($timerId) method getTotalTime (line 139) | public function getTotalTime() FILE: src/Profiler/Block/Tab/Database.php class Database (line 10) | class Database extends Template implements TabInterface method __construct (line 22) | public function __construct( method getLabel (line 34) | public function getLabel() method getIcon (line 42) | public function getIcon() method getDump (line 50) | public function getDump() method getSlowQueries (line 58) | public function getSlowQueries() FILE: src/Profiler/Block/Tab/IO.php class IO (line 9) | class IO extends Template implements TabInterface method __construct (line 21) | public function __construct( method getLabel (line 34) | public function getLabel() method getIcon (line 42) | public function getIcon() method getDump (line 50) | public function getDump() FILE: src/Profiler/Block/Tab/TabInterface.php type TabInterface (line 4) | interface TabInterface method getIcon (line 9) | public function getIcon(); method getLabel (line 14) | public function getLabel(); FILE: src/Profiler/Block/Toolbar.php class Toolbar (line 12) | class Toolbar extends Template method __construct (line 29) | public function __construct( method getDump (line 43) | public function getDump() method getProfileUrl (line 51) | public function getProfileUrl() FILE: src/Profiler/Console/Command/AbstractCommand.php class AbstractCommand (line 8) | abstract class AbstractCommand extends Command method __construct (line 22) | public function __construct( FILE: src/Profiler/Console/Command/AllowIpsCommand.php class AllowIpsCommand (line 12) | class AllowIpsCommand extends AbstractCommand method __construct (line 19) | public function __construct( method configure (line 31) | protected function configure() method execute (line 59) | protected function execute(InputInterface $input, OutputInterface $out... FILE: src/Profiler/Console/Command/DisableCommand.php class DisableCommand (line 11) | class DisableCommand extends AbstractCommand method __construct (line 18) | public function __construct( method configure (line 30) | protected function configure() method execute (line 42) | protected function execute(InputInterface $input, OutputInterface $out... FILE: src/Profiler/Console/Command/EnableCommand.php class EnableCommand (line 11) | class EnableCommand extends AbstractCommand method __construct (line 18) | public function __construct( method configure (line 30) | protected function configure() method execute (line 42) | protected function execute(InputInterface $input, OutputInterface $out... FILE: src/Profiler/Console/Command/StatusCommand.php class StatusCommand (line 12) | class StatusCommand extends AbstractCommand method __construct (line 19) | public function __construct( method configure (line 31) | protected function configure() method execute (line 43) | protected function execute(InputInterface $input, OutputInterface $out... FILE: src/Profiler/Controller/Profile.php class Profile (line 8) | abstract class Profile extends Action method __construct (line 10) | public function __construct( FILE: src/Profiler/Controller/Profile/Index.php class Index (line 7) | class Index extends Profile method execute (line 9) | public function execute() FILE: src/Profiler/Controller/Profile/View.php class View (line 8) | class View extends Profile method execute (line 10) | public function execute() FILE: src/Profiler/Helper/Format.php class Format (line 7) | class Format extends AbstractHelper method formatTime (line 14) | public function formatTime($number, $isSeconds = false) method any (line 27) | public function any($any) FILE: src/Profiler/Model/Config.php class Config (line 11) | class Config method __construct (line 40) | public function __construct( method isEnabled (line 57) | public function isEnabled() method enableProfiler (line 65) | public function enableProfiler() method disableProfiler (line 79) | public function disableProfiler() method enableDbProfiler (line 94) | public function enableDbProfiler() method disableDbProfiler (line 111) | public function disableDbProfiler() method setAddresses (line 126) | public function setAddresses($addresses) method getAddressInfo (line 138) | public function getAddressInfo() method getDumpPath (line 145) | public function getDumpPath() FILE: src/Profiler/Model/Driver/Output/Html.php class Html (line 10) | class Html implements OutputInterface method display (line 15) | public function display(Stat $stat) FILE: src/Profiler/Model/Storage.php class Storage (line 9) | class Storage method __construct (line 21) | public function __construct( method dump (line 32) | public function dump() method load (line 61) | public function load($file) method getList (line 69) | public function getList() method cleanup (line 94) | public function cleanup() FILE: src/Profiler/Profile/Code.php class Code (line 7) | class Code implements ProfileInterface method dump (line 12) | public function dump() method getStat (line 26) | private function getStat() FILE: src/Profiler/Profile/Context.php class Context (line 5) | class Context method getExecutionTime (line 11) | public function getExecutionTime() method getClientIP (line 19) | public function getClientIP() method getURI (line 31) | public function getURI() method isCLI (line 43) | public function isCLI() method getCliArgs (line 51) | public function getCliArgs() FILE: src/Profiler/Profile/Database.php class Database (line 8) | class Database implements ProfileInterface method __construct (line 25) | public function __construct( method dump (line 34) | public function dump() method getProfiler (line 70) | private function getProfiler() FILE: src/Profiler/Profile/General.php class General (line 8) | class General implements ProfileInterface method __construct (line 30) | public function __construct( method dump (line 41) | public function dump() FILE: src/Profiler/Profile/Meta.php class Meta (line 7) | class Meta implements ProfileInterface method __construct (line 18) | public function __construct( method dump (line 27) | public function dump() FILE: src/Profiler/Profile/Pool.php class Pool (line 7) | class Pool method __construct (line 14) | public function __construct( method getProfiles (line 23) | public function getProfiles() FILE: src/Profiler/view/base/web/js/lib/jquery.tablesorter.js function benchmark (line 147) | function benchmark(s, d) { function log (line 153) | function log(s) { function buildParserCache (line 163) | function buildParserCache(table, $headers) { function detectParserForColumn (line 210) | function detectParserForColumn(table, rows, rowIndex, cellIndex) { function getNodeFromRowAndCellIndex (line 236) | function getNodeFromRowAndCellIndex(rows, rowIndex, cellIndex) { function trimAndGetNodeText (line 240) | function trimAndGetNodeText(config, node) { function getParserById (line 244) | function getParserById(name) { function buildCache (line 256) | function buildCache(table) { function getElementText (line 302) | function getElementText(config, node) { function appendToTable (line 334) | function appendToTable(table, cache) { function buildHeaders (line 389) | function buildHeaders(table) { function computeTableHeaderCellIndexes (line 434) | function computeTableHeaderCellIndexes(t) { function checkCellColSpan (line 475) | function checkCellColSpan(table, rows, row) { function checkHeaderMetadata (line 495) | function checkHeaderMetadata(cell) { function checkHeaderOptions (line 502) | function checkHeaderOptions(table, i) { function checkHeaderOptionsSortingLocked (line 509) | function checkHeaderOptionsSortingLocked(table, i) { function applyWidget (line 514) | function applyWidget(table) { function getWidgetById (line 524) | function getWidgetById(name) { function formatSortingOrder (line 533) | function formatSortingOrder(v) { function isValueInArray (line 541) | function isValueInArray(v, a) { function setHeadersCss (line 551) | function setHeadersCss(table, $headers, list, css) { function fixColumnWidth (line 568) | function fixColumnWidth(table, $headers) { function updateHeaderSortCount (line 579) | function updateHeaderSortCount(table, sortList) { function multisort (line 594) | function multisort(table, sortList, cache) { function makeSortFunction (line 650) | function makeSortFunction(type, direction, index) { function makeSortText (line 664) | function makeSortText(i) { function makeSortTextDesc (line 668) | function makeSortTextDesc(i) { function makeSortNumeric (line 672) | function makeSortNumeric(i) { function makeSortNumericDesc (line 676) | function makeSortNumericDesc(i) { function sortText (line 680) | function sortText(a, b) { function sortTextDesc (line 685) | function sortTextDesc(a, b) { function sortNumeric (line 690) | function sortNumeric(a, b) { function sortNumericDesc (line 694) | function sortNumericDesc(a, b) { function getCachedSortType (line 698) | function getCachedSortType(parsers, i) { FILE: src/Profiler/view/base/web/js/lib/jquery.treetable.js function Node (line 14) | function Node(row, tree, settings) { function Tree (line 243) | function Tree(table, settings) {