aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile/time.rs
Commit message (Expand)AuthorAgeFilesLines
...
* replacing commas with tabs; changing from CSV to TSV profilingRohit Zambre2016-05-191-5/+5
* Add timeline markers for HTTP requests, JS evaluation, and HTML parsing.Josh Matthews2016-05-181-0/+3
* Fix some warningsMatt Brubeck2016-05-111-6/+6
* added infrastructure to handle interval and CSV time profiling alongside html...Rohit Zambre2016-05-111-78/+172
* Make --profile-trace-path work without -pMatt Brubeck2016-05-101-30/+31
* Profile time spent saving the screenshot imageMatt Brubeck2016-05-091-0/+1
* Add a method for dumping self-contained HTML timeline profilesNick Fitzgerald2016-04-271-3/+15
* Take the stdout lock when printing profile dataNick Fitzgerald2016-04-141-5/+10
* layout: Rewrite the block formatting context/float inline-sizePatrick Walton2016-03-251-0/+2
* layout: Move overflow calculation to be a separate, sequential,Patrick Walton2016-03-181-0/+2
* Flatten display list structureMartin Robinson2016-03-011-0/+2
* Implement planned navigationKeith Yeung2016-02-181-0/+1
* task -> threadrohan.prinja2016-01-101-1/+1
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-4/+5
* gfx: Measure text shaping time in the time profiler.Patrick Walton2015-12-151-3/+3
* Use thread::sleep instead of deprecated sleep_msJames Sanders2015-11-291-5/+5
* compositing: Split Servo up into multiple sandboxed processes.Patrick Walton2015-11-191-0/+1
* Execute XHR timeout callbacks directly. (Fixes #8468.)benshu2015-11-111-1/+0
* Consolidate ProfilerMetadata and TimerMetadata.Ms2ger2015-11-091-2/+9
* Timers are scheduled by a dedicated per-constellation thread.benshu2015-10-211-0/+1
* Fix issues found by rust-clippyCorey Farwell2015-10-121-16/+9
* Add energy monitoring and characterization scriptsConnor Imes2015-09-091-3/+60
* Combine script profiling with profile crates. Fixes #7514.Connor Imes2015-09-041-0/+16
* Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)Simon Sapin2015-09-021-1/+0
* Issue #7501 emove unused time function in time module of profileMathieu Rheaume2015-09-011-13/+0
* Integrate with simple HeartbeatsConnor Imes2015-08-221-2/+11
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-1/+1
* profile: Make the time and memory profilers run over IPC.Patrick Walton2015-07-241-4/+4
* Audit and reduce unstable usage in profileManish Goregaokar2015-06-101-1/+1
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-7/+4
* Add a `profile_traits` crate to reduce compile times.Nicholas Nethercote2015-04-301-87/+2
* Rename lots of profiling-related things.Nicholas Nethercote2015-03-251-62/+62
* Move profiler code from `util` into a new crate `profile`.Nicholas Nethercote2015-03-241-0/+303