Package rosetta :: Package basic :: Package gpu :: Module _basic_gpu_ :: Class Timer
[hide private]
[frames] | no frames]

Class Timer

 object --+    
          |    
??.instance --+
              |
             Timer

basic/gpu/Timer.hh:28

Instance Methods [hide private]
 
GetTime(...)
GetTime( (Timer)arg1) -> float : basic/gpu/Timer.hh:43
 
Report(...)
Report( (Timer)arg1 [, (str)tag=0]) -> None : basic/gpu/Timer.hh:41
 
Reset(...)
Reset( (Timer)arg1) -> None : basic/gpu/Timer.hh:42
 
__init__(...)
__init__( (object)arg1, (str)tag) -> None : basic/gpu/Timer.hh:37
 
__reduce__(...)
helper for pickle

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __instance_size__ = 32
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

GetTime(...)

 

GetTime( (Timer)arg1) -> float :
    basic/gpu/Timer.hh:43

    C++ signature :
        double GetTime(basic::gpu::Timer {lvalue})

Report(...)

 

Report( (Timer)arg1 [, (str)tag=0]) -> None :
    basic/gpu/Timer.hh:41

    C++ signature :
        void Report(basic::gpu::Timer {lvalue} [,char const*=0])

Reset(...)

 

Reset( (Timer)arg1) -> None :
    basic/gpu/Timer.hh:42

    C++ signature :
        void Reset(basic::gpu::Timer {lvalue})

__init__(...)
(Constructor)

 

__init__( (object)arg1, (str)tag) -> None :
    basic/gpu/Timer.hh:37

    C++ signature :
        void __init__(_object*,char const*)

__init__( (object)arg1, (Timer)) -> None :
    basic/gpu/Timer.hh:28

    C++ signature :
        void __init__(_object*,basic::gpu::Timer)

__init__( (object)arg1, (object)t [, (str)tag=0]) -> None :
    basic/gpu/Timer.hh:38

    C++ signature :
        void __init__(_object*,basic::Tracer::TracerProxy {lvalue} [,char const*=0])

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)