Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
profiling.cc
Go to the documentation of this file.
1 
18 #include "ion/profile/profiling.h"
19 
21 
22 namespace ion {
23 namespace profile {
24 
27  return manager;
28 }
29 
30 } // namespace profile
31 } // namespace ion
#define ION_DECLARE_SAFE_STATIC_POINTER(type, variable)
Declare a static non-array pointer and calls a default constructor.
CallTraceManager * GetCallTraceManager()
Get the global, static instance of CallTraceManager.
Definition: profiling.cc:25
Manages call trace recording for visualization in Web Tracing Framework (WTF) format.