Times measured by Measure.  
 More...
|  | 
|  | Tm () | 
|  | 
| void | get () | 
|  | 
| Tm | operator- (const Tm &rhs) const | 
|  | 
| std::string | asString () const | 
|  | 
| std::string | stringIf (clock_t ticks_r, const std::string &tag_r) const | 
|  | 
| double | asSec (clock_t ticks_r) const | 
|  | 
| std::string | timeStr (time_t sec_r) const | 
|  | 
| std::string | timeStr (double sec_r) const | 
|  | 
|  | 
| time_t | _real | 
|  | Real time via ::time.
 | 
|  | 
| struct tms | _proc | 
|  | Process times via ::times.
 | 
|  | 
|  | 
| static const long | ticks = sysconf(_SC_CLK_TCK) | 
|  | Systems ticks per second. 
 | 
|  | 
| static const struct tms | tmsEmpty = { 0, 0, 0, 0 } | 
|  | Empty struct tms. 
 | 
|  | 
Times measured by Measure. 
Definition at line 37 of file Measure.cc.
◆ Tm()
◆ get()
  
  | 
        
          | void zypp::debug::Tm::get | ( |  | ) |  |  | inline | 
 
 
◆ operator-()
  
  | 
        
          | Tm zypp::debug::Tm::operator- | ( | const Tm & | rhs | ) | const |  | inline | 
 
 
◆ asString()
  
  | 
        
          | std::string zypp::debug::Tm::asString | ( |  | ) | const |  | inline | 
 
 
◆ stringIf()
  
  | 
        
          | std::string zypp::debug::Tm::stringIf | ( | clock_t | ticks_r, |  
          |  |  | const std::string & | tag_r ) const |  | inline | 
 
 
◆ asSec()
  
  | 
        
          | double zypp::debug::Tm::asSec | ( | clock_t | ticks_r | ) | const |  | inline | 
 
 
◆ timeStr() [1/2]
  
  | 
        
          | std::string zypp::debug::Tm::timeStr | ( | time_t | sec_r | ) | const |  | inline | 
 
 
◆ timeStr() [2/2]
  
  | 
        
          | std::string zypp::debug::Tm::timeStr | ( | double | sec_r | ) | const |  | inline | 
 
 
◆ ticks
  
  | 
        
          | const long zypp::debug::Tm::ticks = sysconf(_SC_CLK_TCK) |  | static | 
 
Systems ticks per second. 
Definition at line 115 of file Measure.cc.
 
 
◆ tmsEmpty
  
  | 
        
          | const struct tms zypp::debug::Tm::tmsEmpty = { 0, 0, 0, 0 } |  | static | 
 
 
◆ _real
      
        
          | time_t zypp::debug::Tm::_real | 
      
 
 
◆ _proc
      
        
          | struct tms zypp::debug::Tm::_proc | 
      
 
Process times via ::times. 
Definition at line 121 of file Measure.cc.
 
 
The documentation for this struct was generated from the following file: