summaryrefslogtreecommitdiff
path: root/include/comphelper/traceevent.hxx
AgeCommit message (Expand)Author
2024-04-30loplugin:ostr in comphelperNoel Grandin
2023-03-30loplugin:stringadd in variousNoel Grandin
2022-05-26clang-tidy modernize-pass-by-value in comphelperNoel Grandin
2021-12-22loplugin:flatten in filter..includeNoel Grandin
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen
2021-10-10loplugin:moveparam in comphelperNoel Grandin
2021-09-27do not call osl_getProcessInfo() for ProfileZone if not recordingLuboš Luňák
2021-06-29Enable flushing accumulated Trace Events when their number reaches a limitTor Lillqvist
2021-06-23The Chrome Trace Event viewer doesn't support nested async eventsTor Lillqvist
2021-06-09Avoid empty std::map constructorTor Lillqvist
2021-06-09Fix syntax error in the "arguments" of a TraceEventTor Lillqvist
2021-06-09Add the possibility to include a set of arguments in Trace EventsTor Lillqvist
2021-04-29Make the nested AsyncEvent work more reliablyTor Lillqvist
2021-04-29Add AsyncEvent::finish() to end a nested AsyncEvent before its parent endsTor Lillqvist
2021-04-29Fix syntax error in generated JSONTor Lillqvist
2021-04-29Introduce Async trace events and a unit testTor Lillqvist
2021-04-28Introduce a new class NamedEvent to be used by the upcoming AsyncEvent, tooTor Lillqvist
2021-04-28Re-think what the nesting means in ProfileZonesTor Lillqvist
2021-04-28Move some static functions from ProfileZone to TraceEvent where they belongTor Lillqvist
2021-04-28Extend the trace event API with instant eventsTor Lillqvist