Can we add a token for execution time to the result summary? So after clicking on 'add' => "Global: Result summary" under 'header' in the view. See attachment.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jeroen_drenth’s picture

jeroen_drenth’s picture

Eric_A’s picture

Issue summary: View changes
Status: Active » Needs review
Eric_A’s picture

Chris Matthews’s picture

Status: Needs review » Needs work
Issue tags: +Needs reroll

The patch in #4 to views_handler_area_result.inc does not apply to the latest views 7.x-3.x-dev and if still relevant needs a reroll.

Checking patch handlers/views_handler_area_result.inc...
Hunk #1 succeeded at 41 (offset 6 lines).
error: while searching for:
    // @TODO: Maybe use a possible is views empty functionality.
    // Not every view has total_rows set, use view->result instead.
    $total = isset($this->view->total_rows) ? $this->view->total_rows : count($this->view->result);
    $name = check_plain($this->view->human_name);
    if ($per_page === 0) {
      $page_count = 1;

error: patch failed: handlers/views_handler_area_result.inc:65
error: handlers/views_handler_area_result.inc: patch does not apply
Andrew Answer’s picture

Status: Needs work » Needs review
Issue tags: -Needs reroll
FileSize
1.5 KB

Patch rerolled.