Search for time

  1. Search 6.x-1.x for time
  2. Search 7.x-1.x for time
  3. Search 4.x for time
  4. Search 5.x for time
  5. Other projects
Title Object type File name Summary
BenchmarkData::$time property webprofiler/src/Command/BenchmarkData.php @var
BenchmarkData::getTime function webprofiler/src/Command/BenchmarkData.php
DatabaseDataCollector::getTime function webprofiler/src/DataCollector/DatabaseDataCollector.php Returns the total execution time.
DatabaseDataCollector::orderQueryByTime function webprofiler/src/DataCollector/DatabaseDataCollector.php
HtmlDumper::formatTime function webprofiler/src/Twig/Dumper/HtmlDumper.php
Kint_Parsers_Microtime class kint/kint/parsers/custom/microtime.php
Kint_Parsers_Microtime::$_laps property kint/kint/parsers/custom/microtime.php
Kint_Parsers_Microtime::$_times property kint/kint/parsers/custom/microtime.php
Kint_Parsers_Microtime::_parse function kint/kint/parsers/custom/microtime.php * main and usually single method a custom parser must implement
*
*
Kint_Parsers_Timestamp class kint/kint/parsers/custom/timestamp.php
Kint_Parsers_Timestamp::_fits function kint/kint/parsers/custom/timestamp.php
Kint_Parsers_Timestamp::_parse function kint/kint/parsers/custom/timestamp.php * main and usually single method a custom parser must implement
*
*
microtime.php file kint/kint/parsers/custom/microtime.php
StopwatchEvent::formatTime function webprofiler/src/Stopwatch.php Formats a time.
StopwatchEvent::getEndTime function webprofiler/src/Stopwatch.php Gets the relative time of the end of the last period.
StopwatchEvent::getStartTime function webprofiler/src/Stopwatch.php Gets the relative time of the start of the first period.
StopwatchPeriod::getEndTime function webprofiler/src/Stopwatch.php Gets the relative time of the end of the period.
StopwatchPeriod::getStartTime function webprofiler/src/Stopwatch.php Gets the relative time of the start of the period.
ThemeDataCollector::getTime function webprofiler/src/DataCollector/ThemeDataCollector.php
time.html.twig file webprofiler/templates/Collector/time.html.twig {% 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/src/DataCollector/TimeDataCollector.php Class TimeDataCollector.
TimeDataCollector.php file webprofiler/src/DataCollector/TimeDataCollector.php
TimeDataCollector::collect function webprofiler/src/DataCollector/TimeDataCollector.php
TimeDataCollector::getData function webprofiler/src/DataCollector/TimeDataCollector.php
TimeDataCollector::getDrupalSettings function webprofiler/src/DataCollector/TimeDataCollector.php
TimeDataCollector::getIcon function webprofiler/src/DataCollector/TimeDataCollector.php Returns the collector icon in base64 format.
TimeDataCollector::getLibraries function webprofiler/src/DataCollector/TimeDataCollector.php Returns the libraries needed in detail panel.
TimeDataCollector::getMemory function webprofiler/src/DataCollector/TimeDataCollector.php Gets the memory.
TimeDataCollector::getMemoryLimit function webprofiler/src/DataCollector/TimeDataCollector.php Gets the PHP memory limit.
TimeDataCollector::getPanelSummary function webprofiler/src/DataCollector/TimeDataCollector.php Returns the string used in vertical tab summary.
TimeDataCollector::getTitle function webprofiler/src/DataCollector/TimeDataCollector.php Returns the datacollector title.
TimeDataCollector::lateCollect function webprofiler/src/DataCollector/TimeDataCollector.php
TimeDataCollector::updateMemoryUsage function webprofiler/src/DataCollector/TimeDataCollector.php Updates the memory usage data.
TimeDataCollector::__construct function webprofiler/src/DataCollector/TimeDataCollector.php
timeline.css file webprofiler/css/timeline.css /**
* 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/kint/parsers/custom/timestamp.php
TraceableViewExecutable::$render_time property webprofiler/src/Views/TraceableViewExecutable.php
TraceableViewExecutable::getBuildTime function webprofiler/src/Views/TraceableViewExecutable.php Gets the build time.
TraceableViewExecutable::getExecuteTime function webprofiler/src/Views/TraceableViewExecutable.php Gets the execute time.
TraceableViewExecutable::getRenderTime function webprofiler/src/Views/TraceableViewExecutable.php Gets the render time.
webprofiler.time service webprofiler/webprofiler.services.yml Drupal\webprofiler\DataCollector\TimeDataCollector