Reference documentation for deal.II version GIT relicensing-214-g6e74dec06b 2024-03-27 18:10:01+00:00
\(\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\}}\)
Loading...
Searching...
No Matches
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 846 of file timer.h.

Member Data Documentation

◆ timer

Timer TimerOutput::Section::timer

Definition at line 848 of file timer.h.

◆ total_cpu_time

double TimerOutput::Section::total_cpu_time

Definition at line 849 of file timer.h.

◆ total_wall_time

double TimerOutput::Section::total_wall_time

Definition at line 850 of file timer.h.

◆ n_calls

unsigned int TimerOutput::Section::n_calls

Definition at line 851 of file timer.h.


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