| 
    FreeRDP
    
   | 
 

Macros | |
| #define | PROFILER_RENAME(prof, name) | 
| #define | PROFILER_DEFINE(prof) | 
| #define | PROFILER_CREATE(prof, name) | 
| #define | PROFILER_FREE(prof) | 
| #define | PROFILER_ENTER(prof) | 
| #define | PROFILER_EXIT(prof) | 
| #define | PROFILER_PRINT_HEADER | 
| #define | PROFILER_PRINT(prof) | 
| #define | PROFILER_PRINT_FOOTER | 
Functions | |
| FREERDP_API PROFILER * | profiler_create (const char *name) | 
| FREERDP_API void | profiler_free (PROFILER *profiler) | 
| FREERDP_API void | profiler_enter (PROFILER *profiler) | 
| FREERDP_API void | profiler_exit (PROFILER *profiler) | 
| FREERDP_API void | profiler_print_header (void) | 
| FREERDP_API void | profiler_print (PROFILER *profiler) | 
| FREERDP_API void | profiler_print_footer (void) | 
| #define PROFILER_CREATE | ( | prof, | |
| name | |||
| ) | 
| #define PROFILER_DEFINE | ( | prof | ) | 
| #define PROFILER_ENTER | ( | prof | ) | 
| #define PROFILER_EXIT | ( | prof | ) | 
| #define PROFILER_FREE | ( | prof | ) | 
| #define PROFILER_PRINT | ( | prof | ) | 
| #define PROFILER_PRINT_FOOTER | 
| #define PROFILER_PRINT_HEADER | 
| #define PROFILER_RENAME | ( | prof, | |
| name | |||
| ) | 
| FREERDP_API PROFILER* profiler_create | ( | const char * | name | ) | 

| FREERDP_API void profiler_enter | ( | PROFILER * | profiler | ) | 

| FREERDP_API void profiler_exit | ( | PROFILER * | profiler | ) | 

| FREERDP_API void profiler_free | ( | PROFILER * | profiler | ) | 


| FREERDP_API void profiler_print | ( | PROFILER * | profiler | ) | 

| FREERDP_API void profiler_print_footer | ( | void | ) | 
| FREERDP_API void profiler_print_header | ( | void | ) |