summaryrefslogtreecommitdiff
path: root/gjs/profiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix building of gjs_profiler_chain_signal() on WindowsChun-wei Fan2019-03-031-5/+11
* js: Introduce annotations for using return valuesPhilip Chimento2018-10-301-0/+1
* jsapi-util: add definition for gstrfreev auto-pointerMarco Trevisan (TreviƱo)2018-10-141-5/+3
* profiler: Concat entry.label() and entry.dynamicString()Georges Basile Stavracas Neto2018-09-161-2/+42
* profiler: Adapt to new GeckoProfiler APIPhilip Chimento2018-07-281-40/+8
* profiler: Don't assume layout of struct sigactionJames Cowgill2018-03-201-4/+4
* profiler: Don't include alloca.h when disabledTing-Wei Lan2018-02-161-1/+1
* profiler: Remove unused function in !ENABLE_PROFILER casePhilip Chimento2018-01-311-0/+4
* profiler: Reduce API surfacePhilip Chimento2018-01-241-39/+50
* profiler: Always activate profiler if GJS_ENABLE_PROFILER=1Philip Chimento2018-01-241-1/+11
* profiler: Allow configuring with --disable-profilerPhilip Chimento2018-01-241-10/+49
* profiler: Suppress cppcheck warningPhilip Chimento2018-01-241-0/+9
* profiler: Implement --profile flag behaviourPhilip Chimento2018-01-241-5/+3
* profiler: add SPSProfiler implementationChristian Hergert2018-01-241-0/+548
* gjs: Remove profilerJasper St. Pierre2014-01-151-475/+0
* profiler: convert to new JSAbstractFramePtr api and update callbacks for api ...Tim Lunn2013-12-051-26/+28
* build: fix implicit pointer conversion errorsTim Lunn2013-10-291-10/+10
* build: rename all c file to cppTim Lunn2013-10-291-0/+473