V3FIT
Public Attributes | List of all members
profiler::profiler_bucket Type Reference

Full table of profiled functions. More...

Public Attributes

integer number_of_calls = 0
 OpenMP lock variable. More...
 
real(rprec) total_time = 0.0
 Total time spent in that function.
 
real(rprec) average_time = 0.0
 Total time spent in that function.
 
character(len=profiler_string_sizesymbol_name = ''
 Symbol name of that function.
 

Detailed Description

Full table of profiled functions.

Definition at line 34 of file profiler.f.

Member Data Documentation

◆ number_of_calls

integer profiler::profiler_bucket::number_of_calls = 0

OpenMP lock variable.

Number of calls to a function.

Definition at line 38 of file profiler.f.


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