Reference documentation for deal.II version 9.3.3
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Public Attributes | List of all members
TimerOutput::Section Struct Reference

Public Attributes

Timer timer
 
double total_cpu_time
 
double total_wall_time
 
unsigned int n_calls
 

Detailed Description

A structure that groups all information that we collect about each of the sections.

Definition at line 864 of file timer.h.

Member Data Documentation

◆ timer

Timer TimerOutput::Section::timer

Definition at line 866 of file timer.h.

◆ total_cpu_time

double TimerOutput::Section::total_cpu_time

Definition at line 867 of file timer.h.

◆ total_wall_time

double TimerOutput::Section::total_wall_time

Definition at line 868 of file timer.h.

◆ n_calls

unsigned int TimerOutput::Section::n_calls

Definition at line 869 of file timer.h.


The documentation for this struct was generated from the following file: