V3FIT
|
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_size) | symbol_name = '' |
Symbol name of that function. | |
Full table of profiled functions.
Definition at line 34 of file profiler.f.
integer profiler::profiler_bucket::number_of_calls = 0 |