#include <traceevent.hxx>
|
static std::atomic< bool > | s_bRecording = (getenv("TRACE_EVENT_RECORDING") != nullptr) |
|
Definition at line 33 of file traceevent.hxx.
◆ TraceEvent() [1/2]
comphelper::TraceEvent::TraceEvent |
( |
OUString |
sArgs | ) |
|
|
inlineprotected |
◆ TraceEvent() [2/2]
comphelper::TraceEvent::TraceEvent |
( |
const std::map< OUString, OUString > & |
aArgs | ) |
|
|
inlineprotected |
◆ addInstantEvent()
void comphelper::TraceEvent::addInstantEvent |
( |
const char * |
sName, |
|
|
const std::map< OUString, OUString > & |
args = std::map<OUString, OUString>() |
|
) |
| |
|
static |
◆ addRecording()
void comphelper::TraceEvent::addRecording |
( |
const OUString & |
sObject | ) |
|
|
staticprotected |
◆ createArgsString()
static OUString comphelper::TraceEvent::createArgsString |
( |
const std::map< OUString, OUString > & |
args | ) |
|
|
inlinestaticprotected |
◆ getEventVectorAndClear()
std::vector< OUString > comphelper::TraceEvent::getEventVectorAndClear |
( |
| ) |
|
|
static |
◆ getNow()
static long long comphelper::TraceEvent::getNow |
( |
| ) |
|
|
inlinestaticprotected |
◆ getPid()
static int comphelper::TraceEvent::getPid |
( |
| ) |
|
|
inlinestaticprivate |
◆ getRecordingAndClear()
css::uno::Sequence< OUString > comphelper::TraceEvent::getRecordingAndClear |
( |
| ) |
|
|
static |
◆ setBufferSizeAndCallback()
void comphelper::TraceEvent::setBufferSizeAndCallback |
( |
std::size_t |
bufferSize, |
|
|
void(*)() |
bufferFullCallback |
|
) |
| |
|
static |
◆ startRecording()
void comphelper::TraceEvent::startRecording |
( |
| ) |
|
|
static |
◆ stopRecording()
void comphelper::TraceEvent::stopRecording |
( |
| ) |
|
|
static |
◆ m_nPid
const int comphelper::TraceEvent::m_nPid |
|
protected |
◆ m_sArgs
const OUString comphelper::TraceEvent::m_sArgs |
|
protected |
◆ s_bRecording
std::atomic< bool > comphelper::TraceEvent::s_bRecording = (getenv("TRACE_EVENT_RECORDING") != nullptr) |
|
staticprotected |
◆ s_nBufferSize
std::size_t comphelper::TraceEvent::s_nBufferSize = 0 |
|
staticprivate |
◆ s_pBufferFullCallback
void(* comphelper::TraceEvent::s_pBufferFullCallback)() = nullptr |
|
staticprivate |
The documentation for this class was generated from the following files: