|
LibreOffice Module comphelper (master) 1
|
#include <traceevent.hxx>
Protected Member Functions | |
| NamedEvent (const char *sName, const OUString &sArgs) | |
| NamedEvent (const char *sName, const std::map< OUString, OUString > &aArgs) | |
Protected Member Functions inherited from comphelper::TraceEvent | |
| TraceEvent (OUString sArgs) | |
| TraceEvent (const std::map< OUString, OUString > &aArgs) | |
Protected Attributes | |
| const char * | m_sName |
Protected Attributes inherited from comphelper::TraceEvent | |
| const int | m_nPid |
| const OUString | m_sArgs |
Additional Inherited Members | |
Static Public Member Functions inherited from comphelper::TraceEvent | |
| static void | addInstantEvent (const char *sName, const std::map< OUString, OUString > &args=std::map< OUString, OUString >()) |
| static void | startRecording () |
| static void | stopRecording () |
| static void | setBufferSizeAndCallback (std::size_t bufferSize, void(*bufferFullCallback)()) |
| static std::vector< OUString > | getEventVectorAndClear () |
| static css::uno::Sequence< OUString > | getRecordingAndClear () |
Static Protected Member Functions inherited from comphelper::TraceEvent | |
| static void | addRecording (const OUString &sObject) |
| static long long | getNow () |
| static OUString | createArgsString (const std::map< OUString, OUString > &args) |
Static Protected Attributes inherited from comphelper::TraceEvent | |
| static std::atomic< bool > | s_bRecording = (getenv("TRACE_EVENT_RECORDING") != nullptr) |
Definition at line 107 of file traceevent.hxx.
|
inlineprotected |
Definition at line 112 of file traceevent.hxx.
|
inlineprotected |
Definition at line 118 of file traceevent.hxx.
|
protected |
Definition at line 110 of file traceevent.hxx.