summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-profile.c
Commit message (Expand)AuthorAgeFilesLines
* Use the SPDX-License-Identifier in all source filesRichard Hughes2019-02-091-15/+1
* trivial: profile: Free mutex resources in finalize()Kalev Lember2017-01-271-0/+1
* trivial: Add missing lockingKalev Lember2016-12-301-0/+1
* trivial: Add API to set the smallest recorded delay timeRichard Hughes2016-11-071-1/+18
* trivial: Show threaded tasks in bold in the profile outputRichard Hughes2016-11-021-1/+32
* trivial: Output profiling infomation to stderrRichard Hughes2016-11-021-8/+8
* trivial: Fix two potential deadlocks in the AsProfile codeRichard Hughes2016-09-171-96/+108
* trivial: Make as_profile_dump() threadsafeRichard Hughes2016-09-141-0/+1
* Add as_profile_set_autoprune() for automatically limiting the profiling outputRichard Hughes2016-09-141-0/+21
* Add as_profile_prune() for limiting the profiling outputRichard Hughes2016-09-141-0/+32
* trivial: Make as_profile_clear() threadsafeRichard Hughes2016-09-141-0/+1
* trivial: Fix some gtk-doc markupRichard Hughes2016-07-251-0/+1
* Add two new GCC warnings and fix up signed/unsigned issuesRichard Hughes2016-07-251-3/+4
* trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-281-24/+0
* Add as_profile_set_autodump()Richard Hughes2015-09-281-0/+50
* as_profile: Non-void function should return a valueignatenko/patch1Ting-Wei Lan2015-09-251-2/+2
* Add AsProfile for speed profilingRichard Hughes2015-09-241-0/+365