You are here

public function XmlSitemapGeneratorInterface::getMemoryUsage in XML sitemap 2.x

Same name and namespace in other branches
  1. 8 src/XmlSitemapGeneratorInterface.php \Drupal\xmlsitemap\XmlSitemapGeneratorInterface::getMemoryUsage()

Get how much memory was used.

Parameters

bool $start: Start value.

Return value

int Used memory.

1 method overrides XmlSitemapGeneratorInterface::getMemoryUsage()
XmlSitemapGenerator::getMemoryUsage in src/XmlSitemapGenerator.php
Get how much memory was used.

File

src/XmlSitemapGeneratorInterface.php, line 38

Class

XmlSitemapGeneratorInterface
Provides an interface defining a XmlSitemapGenerator service.

Namespace

Drupal\xmlsitemap

Code

public function getMemoryUsage($start = FALSE);