Search for time
Title | Object type | File name | Summary |
---|---|---|---|
BenchmarkData::$time | property | webprofiler/ |
@var |
BenchmarkData::getTime | function | webprofiler/ |
|
DatabaseDataCollector::getTime | function | webprofiler/ |
Returns the total execution time. |
DatabaseDataCollector::orderQueryByTime | function | webprofiler/ |
|
HtmlDumper::formatTime | function | webprofiler/ |
|
Kint_Parsers_Microtime | class | kint/ |
|
Kint_Parsers_Microtime::$_laps | property | kint/ |
|
Kint_Parsers_Microtime::$_times | property | kint/ |
|
Kint_Parsers_Microtime::_parse | function | kint/ |
* main and usually single method a custom parser must implement * * |
Kint_Parsers_Timestamp | class | kint/ |
|
Kint_Parsers_Timestamp::_fits | function | kint/ |
|
Kint_Parsers_Timestamp::_parse | function | kint/ |
* main and usually single method a custom parser must implement * * |
microtime.php | file | kint/ |
|
StopwatchEvent::formatTime | function | webprofiler/ |
Formats a time. |
StopwatchEvent::getEndTime | function | webprofiler/ |
Gets the relative time of the end of the last period. |
StopwatchEvent::getStartTime | function | webprofiler/ |
Gets the relative time of the start of the first period. |
StopwatchPeriod::getEndTime | function | webprofiler/ |
Gets the relative time of the end of the period. |
StopwatchPeriod::getStartTime | function | webprofiler/ |
Gets the relative time of the start of the period. |
ThemeDataCollector::getTime | function | webprofiler/ |
|
time.html.twig | file | webprofiler/ |
{% block toolbar %} {% set duration = collector.events|length ? '%.0f ms'|format(collector.duration) : 'n/a' %} {% set memory = '%.1f MB'|format(collector.memory / 1024 / 1024) %} {% set total_memory = collector.memoryLimit == -1 ?… |
TimeDataCollector | class | webprofiler/ |
Class TimeDataCollector. |
TimeDataCollector.php | file | webprofiler/ |
|
TimeDataCollector::collect | function | webprofiler/ |
|
TimeDataCollector::getData | function | webprofiler/ |
|
TimeDataCollector::getDrupalSettings | function | webprofiler/ |
|
TimeDataCollector::getIcon | function | webprofiler/ |
Returns the collector icon in base64 format. |
TimeDataCollector::getLibraries | function | webprofiler/ |
Returns the libraries needed in detail panel. |
TimeDataCollector::getMemory | function | webprofiler/ |
Gets the memory. |
TimeDataCollector::getMemoryLimit | function | webprofiler/ |
Gets the PHP memory limit. |
TimeDataCollector::getPanelSummary | function | webprofiler/ |
Returns the string used in vertical tab summary. |
TimeDataCollector::getTitle | function | webprofiler/ |
Returns the datacollector title. |
TimeDataCollector::lateCollect | function | webprofiler/ |
|
TimeDataCollector::updateMemoryUsage | function | webprofiler/ |
Updates the memory usage data. |
TimeDataCollector::__construct | function | webprofiler/ |
|
timeline.css | file | webprofiler/ |
/** * Timeline */ .timeline__legends { font-size: 12px; line-height: 1.5em; } .timeline__legends span { border-left-width: 10px; border-left-style: solid; padding: 0 10px 0 5px; } .timeline__legends--default { border-left-color:… |
timestamp.php | file | kint/ |
|
TraceableViewExecutable::$render_time | property | webprofiler/ |
|
TraceableViewExecutable::getBuildTime | function | webprofiler/ |
Gets the build time. |
TraceableViewExecutable::getExecuteTime | function | webprofiler/ |
Gets the execute time. |
TraceableViewExecutable::getRenderTime | function | webprofiler/ |
Gets the render time. |
webprofiler.time | service | webprofiler/ |
Drupal\webprofiler\DataCollector\TimeDataCollector |