OR-Tools  9.3
logging_utilities.h File Reference

Go to the source code of this file.

Classes

struct  CrashReason
 

Namespaces

namespace  google
 
namespace  google::logging_internal
 

Functions

const char * ProgramInvocationShortName ()
 
bool IsGoogleLoggingInitialized ()
 
int64_t CycleClock_Now ()
 
int64_t UsecToCycles (int64_t usec)
 
int32_t GetMainThreadPid ()
 
unsigned int GetTID ()
 
const std::string & MyUserName ()
 
const char * const_basename (const char *filepath)
 
template<typename T >
sync_val_compare_and_swap (T *ptr, T oldval, T newval)
 
void DumpStackTraceToString (std::string *stacktrace)
 
void SetCrashReason (const CrashReason *r)
 
void InitGoogleLoggingUtilities (const char *argv0)
 
void ShutdownGoogleLoggingUtilities ()