Base Framework
|
This is the complete list of members for Profiler, including all inherited members.
CAT_COMPUTE (defined in Profiler) | Profiler | static |
CAT_CREATE_RESOURCE (defined in Profiler) | Profiler | static |
CAT_DEBUG (defined in Profiler) | Profiler | static |
CAT_EXCEPTION (defined in Profiler) | Profiler | static |
CAT_IO (defined in Profiler) | Profiler | static |
CAT_IO_FLUSH (defined in Profiler) | Profiler | static |
CAT_IO_READ (defined in Profiler) | Profiler | static |
CAT_IO_WRITE (defined in Profiler) | Profiler | static |
CAT_MEMORY (defined in Profiler) | Profiler | static |
CAT_NETWORK (defined in Profiler) | Profiler | static |
CAT_OBJECT (defined in Profiler) | Profiler | static |
CAT_RENDERER (defined in Profiler) | Profiler | static |
CAT_SECURITY (defined in Profiler) | Profiler | static |
CAT_SIGNAL (defined in Profiler) | Profiler | static |
CAT_UI (defined in Profiler) | Profiler | static |
CAT_WAIT (defined in Profiler) | Profiler | static |
close() | Profiler | static |
EVENT_ASYNC_BEGIN enum value (defined in Profiler) | Profiler | |
EVENT_ASYNC_END enum value (defined in Profiler) | Profiler | |
EVENT_BEGIN enum value (defined in Profiler) | Profiler | |
EVENT_COMPLETE enum value (defined in Profiler) | Profiler | |
EVENT_COUNTER enum value (defined in Profiler) | Profiler | |
EVENT_END enum value (defined in Profiler) | Profiler | |
EVENT_INSTANT enum value (defined in Profiler) | Profiler | |
EVENT_MEMORY enum value (defined in Profiler) | Profiler | |
EVENT_META enum value (defined in Profiler) | Profiler | |
EVENT_OBJECT_CREATE enum value (defined in Profiler) | Profiler | |
EVENT_OBJECT_DESTROY enum value (defined in Profiler) | Profiler | |
EVENT_SAMPLE enum value (defined in Profiler) | Profiler | |
getNumberOfEvents() noexcept | Profiler | static |
getTimestamp() noexcept | Profiler | static |
initEvent(Event &e) noexcept | Profiler | static |
isEnabled() noexcept | Profiler | static |
isEnabledDirect() noexcept | Profiler | inlinestatic |
isEnabledScope() noexcept | Profiler | static |
open(const String &path) | Profiler | static |
profiler (defined in Profiler) | Profiler | static |
pushCounters() | Profiler | inlinestatic |
pushDebug(const char *name) | Profiler | inlinestatic |
pushException(const char *type) | Profiler | inlinestatic |
pushException(const Exception &exception, const Type *type=nullptr) | Profiler | inlinestatic |
pushInstant(const char *name, const char *cat) | Profiler | inlinestatic |
pushObjectCreate(MemorySize id, MemorySize size) | Profiler | inlinestatic |
pushObjectCreate(MemorySize id) | Profiler | inlinestatic |
pushObjectDestroy(MemorySize id, MemorySize size) | Profiler | inlinestatic |
pushObjectDestroy(MemorySize id) | Profiler | inlinestatic |
pushProcessMeta(ReferenceCountedObject *name) | Profiler | inlinestatic |
pushSignal(const char *name) | Profiler | inlinestatic |
pushThreadMeta(ReferenceCountedObject *name) | Profiler | inlinestatic |
pushThreadStart(const char *name, unsigned int parentId) | Profiler | inlinestatic |
pushUI(const char *name) | Profiler | inlinestatic |
release() | Profiler | static |
setCaptureIO(unsigned int maximumSize) noexcept | Profiler | static |
setMinimumHeapSize(unsigned int minimumHeapSize) noexcept | Profiler | static |
setMinimumWaitTime(unsigned int minimumWaitTime) noexcept | Profiler | static |
setStackPattern(const String &stackPattern) noexcept | Profiler | static |
setUseStackFrames(bool useStackFrames) noexcept | Profiler | static |
start() | Profiler | static |
stop() noexcept | Profiler | static |