Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Attributes | List of all members
sll_t_time_mark Type Reference

type use for clock reading More...

Collaboration diagram for sll_t_time_mark:

Private Attributes

integer(kind=itimerclock_ticks
 number of clocks ticks More...
 
integer(kind=itimerclock_ticks_max
 the maximum value that clock_ticks can reach More...
 
integer(kind=itimerclock_ticks_per_sec
 the number of cycles per second More...
 

Detailed Description

type use for clock reading

Definition at line 61 of file sll_m_timer.F90.

Member Data Documentation

◆ clock_ticks

integer(kind=itimer) clock_ticks
private

number of clocks ticks

Definition at line 62 of file sll_m_timer.F90.

◆ clock_ticks_max

integer(kind=itimer) clock_ticks_max
private

the maximum value that clock_ticks can reach

Definition at line 63 of file sll_m_timer.F90.

◆ clock_ticks_per_sec

integer(kind=itimer) clock_ticks_per_sec
private

the number of cycles per second

Definition at line 64 of file sll_m_timer.F90.

    Report Typos and Errors