33 #ifndef SHINY_CALL_LOGGING_H_
34 #define SHINY_CALL_LOGGING_H_
36 #ifdef SHINY_CALL_LOGGING
44 #define PROFILE_LOG_CALL_START() ug::ShinyCallLoggingStart();
45 #define PROFILE_LOG_CALL_END() ug::ShinyCallLoggingEnd();
48 #define PROFILE_LOG_CALL_START()
49 #define PROFILE_LOG_CALL_END()
void ShinyCallLoggingEnd()
Definition: shiny_call_logging.cpp:67
void ShinyCallLoggingStart()
Definition: shiny_call_logging.cpp:46
int g_ShinyCallLoggingMaxFreq
Definition: shiny_call_logging.cpp:41