#include <timer.hpp>
|  | 
| enum | Unit { S = 1, 
MS = 1000, 
US = 1000000, 
NS = 1000000000
 } | 
|  | 
Definition at line 47 of file timer.hpp.
 
◆ Unit
◆ PinocchioTicToc()
  
  | 
        
          | PinocchioTicToc::PinocchioTicToc | ( | Unit | def = MS | ) |  |  | inline | 
 
 
◆ tic()
  
  | 
        
          | void PinocchioTicToc::tic | ( |  | ) |  |  | inline | 
 
 
◆ toc() [1/3]
  
  | 
        
          | double PinocchioTicToc::toc | ( |  | ) |  |  | inline | 
 
 
◆ toc() [2/3]
  
  | 
        
          | double PinocchioTicToc::toc | ( | const Unit | factor | ) |  |  | inline | 
 
 
◆ toc() [3/3]
  
  | 
        
          | void PinocchioTicToc::toc | ( | std::ostream & | os, |  
          |  |  | double | SMOOTH = 1 |  
          |  | ) |  |  |  | inline | 
 
 
◆ unitName()
  
  | 
        
          | static std::string PinocchioTicToc::unitName | ( | Unit | u | ) |  |  | inlinestatic | 
 
 
◆ DEFAULT_UNIT
      
        
          | Unit PinocchioTicToc::DEFAULT_UNIT | 
      
 
 
◆ stack
      
        
          | std::stack<struct timeval> PinocchioTicToc::stack | 
      
 
 
◆ t0
      
        
          | struct timeval PinocchioTicToc::t0 | 
      
 
 
The documentation for this struct was generated from the following file: