📄 fltimod.f
字号:
Module floptime! ---------------------------------------------------------------------! --- floptime components keep track of flopcounts and execution times! for the program to be benchmarked.! --------------------------------------------------------------------- Use numerics Implicit None Integer(8) :: flops! --------------------------------------------------------------------- Contains Function wclock() Result (walltime) Use numerics Implicit None Real(l_) :: walltime, cclock! ---------------------------------------------------------------------- walltime = cclock()! ---------------------------------------------------------------------- End Function wclock! ---------------------------------------------------------------------- End module floptime
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -