summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/profilezone.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-04-15Add also the comma separator between Event Trace eventsTor Lillqvist1-1/+1
2021-04-15Drop the leftover "sum time" thing from the Event TraceTor Lillqvist1-5/+0
2021-04-15Refactor ProfileZone and create Chrome Trace Event Format dataTor Lillqvist1-55/+41
2021-04-14Clarify the ProfileRecording APITor Lillqvist1-12/+15
2019-11-02New loplugin:conditionalstringStephan Bergmann1-1/+1
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-40/+33
2018-07-20loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: comphelperStephan Bergmann1-2/+2
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin1-2/+1
2017-08-28Log also the elapsed time of each zone, in millisecondsTor Lillqvist1-1/+2
2017-08-23Don't crash if aProfileId is nullTor Lillqvist1-0/+2
2017-06-15comphelper: add a profiling APILászló Németh1-0/+105