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