Specifies the behavior of the Profiler with regard to the counting of time spent in called programs. 
                  	  
               
            
 
            	 
             
               		
               Restriction: These tunables are supported for native COBOL only. 
                  		
               
 
               	 
              
            	 
            
               Syntax: 
 
               		 
               		>>-----set profile_behavior=--value-----------><
 
               	   
            	 
            
               Parameters:
 
               		 
               		
               value is a value between 0 and 3, and represents the following: 
                  		
               
 
               		
                
                  		
                  
                     
                         
                           				
                            
                              				  
                              | Bit 
                                 				  
                               |  
                              				  
                              Value 
                                 				  
                               |  
                              				  
                              Description 
                                 				  
                               |  
                              				
                           
                         
                        			 
                         
                           				
                            
                              				  
                              | 0 
                                 				  
                               |  
                              				  
                              0 
                                 				  
                               |  
                              				  
                               Time spent in a called program is counted both in the called program and in the calling program. 
                                 				  
                               |  
                              				
                           
 
                           				
                            
                              				  
                              | 1 
                                 				  
                               |  
                              				  
                               Time spent in a called program is counted only in the called program. 
                                 				  
                               |  
                              				
                           
 
                           				
                            
                              				  
                              | 1 
                                 				  
                               |  
                              				  
                              0 
                                 				  
                               |  
                              				  
                               Profiler records CPU time; that is, the user + system time. 
                                 				  
                               |  
                              				
                           
 
                           				
                            
                              				  
                              | 1 
                                 				  
                               |  
                              				  
                               Profiler records elapsed time; otherwise known as real time or wall-clock time. 
                                 				  
                               |  
                              				
                           
 
                           			 
                         
                        		  
                     
                    
                  		
                 
               		
               	 
              
            	 
            
               Properties:
 
               		 
               		
                
                  		
                  
                      
                        			  
                        			  
                        			 
                         
                           				
                            
                              				  
                              | Default: 
                                 				  
                               |  
                              				  
                              0 
                                 				  
                               |  
                              				
                           
 
                           				
                            
                              				  
                              | IDE equivalent: 
                                 				  
                               |  
                              				  
                               
                                 					  
                                 				  
                               |