|
CAM
|
Functions/Subroutines | |
| subroutine, public | shr_timer_init |
| subroutine, public | shr_timer_get (n, str) |
| subroutine, public | shr_timer_start (n) |
| subroutine, public | shr_timer_stop (n) |
| subroutine, public | shr_timer_print (n) |
| subroutine, public | shr_timer_print_all |
| subroutine, public | shr_timer_zero (n) |
| subroutine, public | shr_timer_zero_all |
| subroutine, public | shr_timer_check (n) |
| subroutine, public | shr_timer_check_all |
| subroutine, public | shr_timer_free (n) |
| subroutine, public | shr_timer_free_all |
| subroutine, public | shr_timer_sleep (sec) |
Variables | |
| character(len= *), parameter, private | mod_filename = __FILE__ |
| integer(shr_kind_in), parameter | stat_free = 0 |
| integer(shr_kind_in), parameter | stat_inuse = 1 |
| integer(shr_kind_in), parameter | stat_started = 2 |
| integer(shr_kind_in), parameter | stat_stopped = 3 |
| integer(shr_kind_in), parameter | max_timers = 200 |
| integer(shr_kind_in), dimension(max_timers) | status |
| integer(shr_kind_in), dimension(max_timers) | cycles1 |
| integer(shr_kind_in), dimension(max_timers) | cycles2 |
| integer(shr_kind_in) | cycles_max = -1 |
| character(len=80), dimension(max_timers) | name |
| real(shr_kind_r8), dimension(max_timers) | dt |
| integer(shr_kind_in), dimension(max_timers) | calls |
| real(shr_kind_r8) | clock_rate |
| subroutine, public bshr_timer_mod::shr_timer_check | ( | integer(shr_kind_in), intent(in) | n | ) |

| subroutine, public bshr_timer_mod::shr_timer_check_all | ( | ) |

| subroutine, public bshr_timer_mod::shr_timer_free | ( | integer(shr_kind_in), intent(in) | n | ) |

| subroutine, public bshr_timer_mod::shr_timer_free_all | ( | ) |


| subroutine, public bshr_timer_mod::shr_timer_get | ( | integer(shr_kind_in), intent(out) | n, |
| character (*), intent(in) | str | ||
| ) |

| subroutine, public bshr_timer_mod::shr_timer_init | ( | ) |

| subroutine, public bshr_timer_mod::shr_timer_print | ( | integer(shr_kind_in), intent(in) | n | ) |


| subroutine, public bshr_timer_mod::shr_timer_print_all | ( | ) |

| subroutine, public bshr_timer_mod::shr_timer_sleep | ( | real (shr_kind_r8), intent(in) | sec | ) |

| subroutine, public bshr_timer_mod::shr_timer_start | ( | integer(shr_kind_in), intent(in) | n | ) |


| subroutine, public bshr_timer_mod::shr_timer_stop | ( | integer(shr_kind_in), intent(in) | n | ) |

| subroutine, public bshr_timer_mod::shr_timer_zero | ( | integer(shr_kind_in), intent(in) | n | ) |
| subroutine, public bshr_timer_mod::shr_timer_zero_all | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |