#include <MRCMisc/exports.h>
#include <stdbool.h>
Go to the source code of this file.
◆ MR_printCurrentTimerBranch()
      
        
          | MRC_API void MR_printCurrentTimerBranch | ( | void |  | ) |  | 
      
 
 
◆ MR_printTimingTree()
      
        
          | MRC_API void MR_printTimingTree | ( | const double * | minTimeSec | ) |  | 
      
 
prints the current timing tree 
- Parameters
- 
  
    | minTimeSec | omit printing records with time spent less than given value in seconds Generated from function MR::printTimingTree. ParameterminTimeSechas a default argument:0.10000000000000001, pass a null pointer to use it. |  
 
 
 
◆ MR_printTimingTreeAtEnd()
      
        
          | MRC_API void MR_printTimingTreeAtEnd | ( | bool | on, | 
        
          |  |  | const double * | minTimeSec ) | 
      
 
enables or disables printing of timing tree when application terminates 
- Parameters
- 
  
    | minTimeSec | omit printing records with time spent less than given value in seconds Generated from function MR::printTimingTreeAtEnd. ParameterminTimeSechas a default argument:0.10000000000000001, pass a null pointer to use it. |