Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
type use for clock reading More...
Private Attributes | |
integer(kind=itimer) | clock_ticks |
number of clocks ticks More... | |
integer(kind=itimer) | clock_ticks_max |
the maximum value that clock_ticks can reach More... | |
integer(kind=itimer) | clock_ticks_per_sec |
the number of cycles per second More... | |
type use for clock reading
Definition at line 61 of file sll_m_timer.F90.
|
private |
number of clocks ticks
Definition at line 62 of file sll_m_timer.F90.
|
private |
the maximum value that clock_ticks can reach
Definition at line 63 of file sll_m_timer.F90.
|
private |
the number of cycles per second
Definition at line 64 of file sll_m_timer.F90.