dc_clock.f90 File Reference

Go to the source code of this file.

Data Types

type  dc_clock::clock
 
interface  dc_clock::dcclockcreate
 
interface  dc_clock::dcclockclose
 
interface  dc_clock::dcclockstart
 
interface  dc_clock::dcclockstop
 
interface  dc_clock::dcclockputline
 
interface  dc_clock::dcclockget
 
interface  dc_clock::dcclockevalsec
 
interface  dc_clock::dcclocktochar
 
interface  dc_clock::dcclockresult
 
interface  dc_clock::operator(+)
 
interface  dc_clock::operator(-)
 
interface  dc_clock::dcclocksetname
 
interface  dc_clock::dcclockpredict
 
interface  dc_clock::create
 
interface  dc_clock::close
 
interface  dc_clock::start
 
interface  dc_clock::stop
 
interface  dc_clock::putline
 
interface  dc_clock::get
 
interface  dc_clock::evalsec
 
interface  dc_clock::tochar
 
interface  dc_clock::result
 
interface  dc_clock::set_name
 
interface  dc_clock::predict
 

Modules

module  dc_clock
 

Functions/Subroutines

subroutine dc_clock::dcclockcreate0 (clk, name)
 
subroutine dc_clock::dcclockclose0 (clk)
 
subroutine dc_clock::dcclockstart0 (clk, err)
 
subroutine dc_clock::dcclockstop0 (clk, err)
 
subroutine dc_clock::dcclockgetr (clk, sec, err)
 
subroutine dc_clock::dcclockgetd (clk, sec, err)
 
real(dp) function dc_clock::dcclockevalsecd (clk)
 
character(string) function dc_clock::dcclocktochar0 (clk)
 
subroutine dc_clock::dcclockputline0 (clk, unit, indent, err)
 
subroutine dc_clock::dcclockresult0 (clks, unit, total_auto, clk_total, total_name, err)
 
character(token) function dc_clock::result_value_form (value)
 
character(token) function dc_clock::fit_unit_value (sec, diff)
 
character(token) function dc_clock::printf_g5_2 (value)
 
type(clock) function dc_clock::dcclockadd (clk1, clk2)
 
type(clock) function dc_clock::dcclocksubtract (clk1, clk2)
 
subroutine dc_clock::dcclocksetname0 (clk, name, err)
 
subroutine dc_clock::dcclockpredict0 (clk, progress, unit, err)
 

Variables

character(*), parameter dc_clock::version = '$Name: $' // '$Id: dc_clock.F90,v 1.1 2009-03-20 09:09:53 morikawa Exp $'