| PerformanceData::$queryCount |
property |
core/tests/Drupal/Tests/PerformanceData.php |
The number of database queries recorded. |
| PerformanceData::$returnValue |
property |
core/tests/Drupal/Tests/PerformanceData.php |
The original return value. |
| PerformanceData::$scriptBytes |
property |
core/tests/Drupal/Tests/PerformanceData.php |
The total script bytes requested. |
| PerformanceData::$scriptCount |
property |
core/tests/Drupal/Tests/PerformanceData.php |
The number of scripts requested. |
| PerformanceData::$stylesheetBytes |
property |
core/tests/Drupal/Tests/PerformanceData.php |
The total stylesheet bytes requested. |
| PerformanceData::$stylesheetCount |
property |
core/tests/Drupal/Tests/PerformanceData.php |
The number of stylesheets requested. |
| PerformanceData::getCacheDeleteCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the cache delete count. |
| PerformanceData::getCacheDeleteCountByBin |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Returns the cache delete operation count grouped by bin. |
| PerformanceData::getCacheGetCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the cache get count. |
| PerformanceData::getCacheGetCountByBin |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Returns the cache get operation count grouped by bin. |
| PerformanceData::getCacheOperations |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the cache operations. |
| PerformanceData::getCacheSetCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the cache set count. |
| PerformanceData::getCacheSetCountByBin |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Returns the cache set operation count grouped by bin. |
| PerformanceData::getCacheTagChecksumCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the cache tag checksum count. |
| PerformanceData::getCacheTagGroupedLookups |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the grouped cache tag lookups. |
| PerformanceData::getCacheTagInvalidationCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the cache tag invalidation count. |
| PerformanceData::getCacheTagIsValidCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the cache tag isValid count. |
| PerformanceData::getCacheTagLookupQueryCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the cache tag lookup query count. |
| PerformanceData::getQueries |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the queries. |
| PerformanceData::getQueryCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the query count. |
| PerformanceData::getReturnValue |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the original return value. |
| PerformanceData::getScriptBytes |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the script bytes count. |
| PerformanceData::getScriptCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the script request count. |
| PerformanceData::getStylesheetBytes |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the stylesheet bytes count. |
| PerformanceData::getStylesheetCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the stylesheet request count. |
| PerformanceData::logQuery |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Logs a database query. |
| PerformanceData::setCacheDeleteCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Sets the cache delete count. |
| PerformanceData::setCacheGetCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Sets the cache get count. |
| PerformanceData::setCacheOperations |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Sets the cache operations. |
| PerformanceData::setCacheSetCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Sets the cache set count. |
| PerformanceData::setCacheTagChecksumCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Sets the cache tag checksum count. |
| PerformanceData::setCacheTagGroupedLookups |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Sets the grouped cache tag lookups. |
| PerformanceData::setCacheTagInvalidationCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Sets the cache tag invalidation count. |
| PerformanceData::setCacheTagIsValidCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Sets the cache tag isValid count. |
| PerformanceData::setReturnValue |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Sets the original return value. |
| PerformanceData::setScriptBytes |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Sets the script bytes. |
| PerformanceData::setScriptCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Sets the script request count. |
| PerformanceData::setStylesheetBytes |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Sets the stylesheet bytes. |
| PerformanceData::setStylesheetCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Sets the stylesheet request count. |
| PerformanceDataCollector |
class |
core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php |
Collects and stores performance data for database and cache operations. |
| PerformanceDataCollector.php |
file |
core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php |
|
| PerformanceDataCollector::$cacheOperations |
property |
core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php |
Cache operations collected during the request. |
| PerformanceDataCollector::$cacheTagOperations |
property |
core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php |
Cache tag operations collected during the request. |
| PerformanceDataCollector::$databaseEvents |
property |
core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php |
Database events collected during the request. |
| PerformanceDataCollector::addCacheOperation |
function |
core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php |
Adds a cache operation. |
| PerformanceDataCollector::addCacheTagOperation |
function |
core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php |
Adds a cache tag operation. |
| PerformanceDataCollector::destruct |
function |
core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php |
Performs destruct operations. |
| PerformanceDataCollector::getSubscribedEvents |
function |
core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php |
|
| PerformanceDataCollector::onDatabaseEvent |
function |
core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php |
Logs database statements. |
| PerformanceForm |
class |
core/modules/system/src/Form/PerformanceForm.php |
Configure performance settings for this site. |