MeVisLab Toolbox Reference
macSignpost.h File Reference
#include "macVersionMacros.h"
#include <stdint.h>

Go to the source code of this file.

Macros

#define OS_LOG_DISABLED   ((os_log_t)NULL)
 
#define macosSignpostLog_CREATE(env_var, subsystem, category)   OS_LOG_DISABLED
 
#define macosSignpostInterval_BEGIN(log, name, ...)   {}
 
#define macosSignpostInterval_END(log, name, ...)   {}
 
#define macosSignpostAssociatedEvent_EMIT(log, name, ...)   {}
 
#define macosSignpostExclusiveEvent_EMIT(log, name, ...)   {}
 

Typedefs

typedef void * os_log_t
 OS Signpost related functions. More...
 
typedef uint64_t os_signpost_id_t
 

Macro Definition Documentation

◆ macosSignpostAssociatedEvent_EMIT

#define macosSignpostAssociatedEvent_EMIT (   log,
  name,
  ... 
)    {}

Definition at line 84 of file macSignpost.h.

◆ macosSignpostExclusiveEvent_EMIT

#define macosSignpostExclusiveEvent_EMIT (   log,
  name,
  ... 
)    {}

Definition at line 85 of file macSignpost.h.

◆ macosSignpostInterval_BEGIN

#define macosSignpostInterval_BEGIN (   log,
  name,
  ... 
)    {}

Definition at line 82 of file macSignpost.h.

◆ macosSignpostInterval_END

#define macosSignpostInterval_END (   log,
  name,
  ... 
)    {}

Definition at line 83 of file macSignpost.h.

◆ macosSignpostLog_CREATE

#define macosSignpostLog_CREATE (   env_var,
  subsystem,
  category 
)    OS_LOG_DISABLED

Definition at line 81 of file macSignpost.h.

◆ OS_LOG_DISABLED

#define OS_LOG_DISABLED   ((os_log_t)NULL)

Definition at line 79 of file macSignpost.h.

Typedef Documentation

◆ os_log_t

typedef void* os_log_t

OS Signpost related functions.

Definition at line 76 of file macSignpost.h.

◆ os_signpost_id_t

typedef uint64_t os_signpost_id_t

Definition at line 77 of file macSignpost.h.