#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "ProfileCodes.h"
Go to the source code of this file.
◆ PROF_ALLOC
◆ PROF_BEGIN
      
        
          | #define PROF_BEGIN | ( |  | event | ) |  | 
      
 
 
◆ PROF_END
      
        
          | #define PROF_END | ( |  | event | ) |  | 
      
 
 
◆ PROF_EVENT
      
        
          | #define PROF_EVENT | ( |  | event | ) |  | 
      
 
 
◆ PROF_FORK_INIT
◆ PROF_FORK_WRITE
◆ PROF_INIT
◆ PROF_SET_THREAD
      
        
          | #define PROF_SET_THREAD | ( |  | thread | ) |  | 
      
 
 
◆ PROF_TBEGIN
      
        
          | #define PROF_TBEGIN | ( |  | thread, | 
        
          |  |  |  | event ) | 
      
 
 
◆ PROF_TEND
      
        
          | #define PROF_TEND | ( |  | thread, | 
        
          |  |  |  | event ) | 
      
 
 
◆ PROF_TEVENT
      
        
          | #define PROF_TEVENT | ( |  | thread, | 
        
          |  |  |  | event ) | 
      
 
 
◆ PROF_WRITE