summaryrefslogtreecommitdiff
path: root/include/comphelper/profilezone.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-07-30Fix Nesting Level Bug in ProfileZoneGopi Krishna Menon1-5/+7
2021-07-05Simplification: Use getNow() here, tooTor Lillqvist1-4/+1
2021-06-17Drop the "console" functionality of ProfileZoneTor Lillqvist1-20/+6
2021-06-09Avoid empty std::map constructorTor Lillqvist1-15/+24
2021-06-09Add the possibility to include a set of arguments in Trace EventsTor Lillqvist1-6/+3
2021-04-29cid#1477405 Initialize membersTor Lillqvist1-0/+2
2021-04-29Add SAL_WARN in case ProfileZones are overlapping and not hierarchicalTor Lillqvist1-3/+11
2021-04-29Introduce Async trace events and a unit testTor Lillqvist1-5/+1
2021-04-28Introduce a new class NamedEvent to be used by the upcoming AsyncEvent, tooTor Lillqvist1-4/+3
2021-04-28Re-think what the nesting means in ProfileZonesTor Lillqvist1-12/+14
2021-04-28Make the console logging in ProfileZone work more sanelyTor Lillqvist1-8/+6
2021-04-28Move some static functions from ProfileZone to TraceEvent where they belongTor Lillqvist1-5/+0
2021-04-28Make ProfileZone non-copyableTor Lillqvist1-0/+4
2021-04-28Extend the trace event API with instant eventsTor Lillqvist1-11/+2
2021-04-27Refactor ProfileZone and create Chrome Trace Event Format dataTor Lillqvist1-18/+36
2021-04-27Clarify the ProfileRecording APITor Lillqvist1-1/+2
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer1-9/+7
2020-03-04comphelper: allow simple ad-hoc measuring with ProfileZonesMiklos Vajna1-6/+30
2018-11-08coverity#1441101: Use std::atomic instead of volatileStephan Bergmann1-1/+5
2018-11-06reduce cost of ProfileZone when it is not activeNoel Grandin1-2/+11
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-3/+1
2018-07-20loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin1-1/+1
2017-08-31Bin fairly pointless default for parameter that was defaulted just once anywayTor Lillqvist1-1/+1
2017-08-29Add cautionary commentTor Lillqvist1-0/+4
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-15comphelper: add a profiling APILászló Németh1-0/+51