aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile/heartbeats.rs
Commit message (Expand)AuthorAgeFilesLines
* Handle synchronization in a private module with safer closureConnor Imes2017-02-201-52/+54
* Use spinlock to synchronize access to static mut with pointer. Fixes #15471Connor Imes2017-02-201-23/+54
* Create heartbeats dynamically as needed - avoids the need for hardcoding and ...Connor Imes2017-02-201-60/+14
* Update heartbeats-simple to 0.4; Include recently added profiler categories i...Connor Imes2017-02-201-0/+3
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Update profiler logging with current ProfilerCategory enum valuesConnor Imes2016-11-171-2/+14
* Update heartbeats-simple to 0.3.0Connor Imes2016-06-201-2/+2
* Profile time spent saving the screenshot imageMatt Brubeck2016-05-091-0/+1
* gfx: Measure text shaping time in the time profiler.Patrick Walton2015-12-151-1/+1
* Execute XHR timeout callbacks directly. (Fixes #8468.)benshu2015-11-111-1/+0
* Heartbeats support for Android.Connor Imes2015-10-291-13/+45
* Add energy monitoring and characterization scriptsConnor Imes2015-09-091-0/+7
* Add heartbeats for new script profiler categoriesConnor Imes2015-09-081-0/+16
* Integrate with simple HeartbeatsConnor Imes2015-08-221-0/+120