Octopus
|
Data Types | |
type | profile_pointer_t |
type | profile_t |
type | profile_vars_t |
interface | profiling_count_operations |
interface | profiling_count_transfers |
Functions/Subroutines | |
subroutine, public | profiling_init (namespace) |
Create profiling subdirectory. More... | |
subroutine, public | profiling_end (namespace) |
subroutine | profile_init (this, label) |
Initialize a profile object and add it to the list. More... | |
subroutine, public | profiling_in (label, exclude) |
Increment in counter and save entry time. More... | |
subroutine, public | profiling_out (label) |
Increment out counter and sum up difference between entry and exit time. More... | |
subroutine | iprofiling_count_operations (ops) |
subroutine | rprofiling_count_operations (ops) |
subroutine | dprofiling_count_operations (ops) |
subroutine | profiling_count_tran_int_l (trf, type) |
subroutine | profiling_count_tran_int_8_l (trf, type) |
subroutine | profiling_count_tran_real_4_l (trf, type) |
subroutine | profiling_count_tran_real_8_l (trf, type) |
subroutine | profiling_count_tran_complex_4_l (trf, type) |
subroutine | profiling_count_tran_complex_8_l (trf, type) |
subroutine | profiling_count_tran_type_l (trf, type) |
subroutine | profiling_count_tran_int (trf, type) |
subroutine | profiling_count_tran_int_8 (trf, type) |
subroutine | profiling_count_tran_real_4 (trf, type) |
subroutine | profiling_count_tran_real_8 (trf, type) |
subroutine | profiling_count_tran_complex_4 (trf, type) |
subroutine | profiling_count_tran_complex_8 (trf, type) |
subroutine | profiling_count_tran_type (trf, type) |
real(real64) function | profile_total_time (this) |
real(real64) function | profile_self_time (this) |
real(real64) function | profile_total_time_per_call (this) |
real(real64) function | profile_min_time (this) |
real(real64) function | profile_self_time_per_call (this) |
real(real64) function | profile_total_throughput (this) |
real(real64) function | profile_total_bandwidth (this) |
real(real64) function | profile_self_throughput (this) |
real(real64) function | profile_self_bandwidth (this) |
integer function | profile_num_calls (this) |
character(label_length) function | profile_label (this) |
subroutine | profiling_output (namespace) |
Write profiling results of each node to profiling.NNN/profiling.nnn The format of each line is tag-label pass_in pass_out time time/pass_in. More... | |
subroutine | profiling_make_position_str (var, file, line, str) |
subroutine | profiling_memory_log (type, var, file, line, size) |
subroutine, public | profiling_memory_allocate (var, file, line, size_) |
subroutine, public | profiling_memory_deallocate (var, file, line, size) |
pure character(len=1) function | char_to_upper (c_in) |
pure character(len=len(string)) function | to_upper (string) |
Variables | |
integer, parameter | label_length = 40 |
Max. number of characters of tag label. More... | |
integer, parameter | max_profiles = 300 |
Max. number of tags. More... | |
integer, parameter, public | profiling_time = 1 |
integer, parameter, public | profiling_memory = 2 |
integer, parameter, public | profiling_memory_full = 4 |
integer, parameter, public | profiling_likwid = 8 |
integer, parameter, public | profiling_io = 16 |
integer, parameter | max_memory_vars = 25 |
type(profile_vars_t), target, save, public | prof_vars |
type(sphash_t), save | profiling_map |
subroutine, public profiling_oct_m::profiling_init | ( | type(namespace_t), intent(in) | namespace | ) |
Create profiling subdirectory.
Definition at line 254 of file profiling.F90.
subroutine, public profiling_oct_m::profiling_end | ( | type(namespace_t), intent(in) | namespace | ) |
Definition at line 412 of file profiling.F90.
|
private |
Initialize a profile object and add it to the list.
Definition at line 491 of file profiling.F90.
subroutine, public profiling_oct_m::profiling_in | ( | character(*), intent(in) | label, |
logical, intent(in), optional | exclude | ||
) |
Increment in counter and save entry time.
[in] | exclude | .true. The time spent here is also excluded from the parent total_time. Only use it for functions that otherwise would spoil statistics. |
Definition at line 551 of file profiling.F90.
subroutine, public profiling_oct_m::profiling_out | ( | character(*), intent(in) | label | ) |
Increment out counter and sum up difference between entry and exit time.
Definition at line 622 of file profiling.F90.
|
private |
Definition at line 692 of file profiling.F90.
|
private |
Definition at line 704 of file profiling.F90.
|
private |
Definition at line 716 of file profiling.F90.
|
private |
Definition at line 729 of file profiling.F90.
|
private |
Definition at line 742 of file profiling.F90.
|
private |
Definition at line 755 of file profiling.F90.
|
private |
Definition at line 769 of file profiling.F90.
|
private |
Definition at line 783 of file profiling.F90.
|
private |
Definition at line 797 of file profiling.F90.
|
private |
Definition at line 811 of file profiling.F90.
|
private |
Definition at line 825 of file profiling.F90.
|
private |
Definition at line 838 of file profiling.F90.
|
private |
Definition at line 851 of file profiling.F90.
|
private |
Definition at line 865 of file profiling.F90.
|
private |
Definition at line 879 of file profiling.F90.
|
private |
Definition at line 893 of file profiling.F90.
|
private |
Definition at line 907 of file profiling.F90.
|
private |
Definition at line 919 of file profiling.F90.
|
private |
Definition at line 930 of file profiling.F90.
|
private |
Definition at line 941 of file profiling.F90.
|
private |
Definition at line 952 of file profiling.F90.
|
private |
Definition at line 963 of file profiling.F90.
|
private |
Definition at line 974 of file profiling.F90.
|
private |
Definition at line 991 of file profiling.F90.
|
private |
Definition at line 1007 of file profiling.F90.
|
private |
Definition at line 1023 of file profiling.F90.
|
private |
Definition at line 1039 of file profiling.F90.
|
private |
Definition at line 1050 of file profiling.F90.
|
private |
Write profiling results of each node to profiling.NNN/profiling.nnn The format of each line is tag-label pass_in pass_out time time/pass_in.
The last column gives the average time consumed between in and out (only, if pass_in and pass_out are equal).
Definition at line 1067 of file profiling.F90.
|
private |
Definition at line 1261 of file profiling.F90.
|
private |
Definition at line 1296 of file profiling.F90.
subroutine, public profiling_oct_m::profiling_memory_allocate | ( | character(len=*), intent(in) | var, |
character(len=*), intent(in) | file, | ||
integer, intent(in) | line, | ||
integer(int64), intent(in) | size_ | ||
) |
Definition at line 1320 of file profiling.F90.
subroutine, public profiling_oct_m::profiling_memory_deallocate | ( | character(len=*), intent(in) | var, |
character(len=*), intent(in) | file, | ||
integer, intent(in) | line, | ||
integer(int64), intent(in) | size | ||
) |
Definition at line 1391 of file profiling.F90.
|
private |
Definition at line 1413 of file profiling.F90.
|
private |
Definition at line 1429 of file profiling.F90.
|
private |
Max. number of characters of tag label.
Definition at line 147 of file profiling.F90.
|
private |
Max. number of tags.
Definition at line 147 of file profiling.F90.
integer, parameter, public profiling_oct_m::profiling_time = 1 |
Definition at line 206 of file profiling.F90.
integer, parameter, public profiling_oct_m::profiling_memory = 2 |
Definition at line 206 of file profiling.F90.
integer, parameter, public profiling_oct_m::profiling_memory_full = 4 |
Definition at line 206 of file profiling.F90.
integer, parameter, public profiling_oct_m::profiling_likwid = 8 |
Definition at line 206 of file profiling.F90.
integer, parameter, public profiling_oct_m::profiling_io = 16 |
Definition at line 206 of file profiling.F90.
|
private |
Definition at line 213 of file profiling.F90.
type(profile_vars_t), target, save, public profiling_oct_m::prof_vars |
Definition at line 246 of file profiling.F90.
|
private |
Definition at line 248 of file profiling.F90.