Main static class for initializing the scene graph profiling subsystem.  
 More...
#include <Profiler/SoProfiler.h>
Main static class for initializing the scene graph profiling subsystem. 
 
◆ init()
  
  
      
        
          | void SoProfiler::init  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Initializes the Coin scene graph profiling subsystem. 
 
 
◆ enable()
  
  
      
        
          | void SoProfiler::enable  | 
          ( | 
          SbBool  | 
          enable = TRUE | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Enable/disable the profiling subsystem at runtime. 
 
 
◆ isEnabled()
  
  
      
        
          | SbBool SoProfiler::isEnabled  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Returns whether profiling is enabled or not. 
 
 
◆ isOverlayActive()
  
  
      
        
          | SbBool SoProfiler::isOverlayActive  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Returns whether profiling info is shown in an overlay fashion on the GL canvas or not. 
 
 
◆ isConsoleActive()
  
  
      
        
          | SbBool SoProfiler::isConsoleActive  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Returns whether profiling info is shown on the console or not. 
 
 
The documentation for this class was generated from the following files: