Bug 1211838 - Add docs for Composite markers, r=jsantell

This commit is contained in:
Victor Porof 2015-10-24 17:10:06 +02:00
parent e19d9f5287
commit 4befdd85f0

View File

@ -159,3 +159,14 @@ serializing/deserializing data off the main thread.
* "serializeDataOnMainThread"
* "deserializeDataOffMainThread"
* "deserializeDataOnMainThread"
## Composite
Composite markers trace the actual time an inner composite operation
took on the compositor thread. Currently, these markers are only especially
interesting for Gecko platform developers, and thus disabled by default.
## CompositeForwardTransaction
Markers generated when the IPC request was made to the compositor from
the child process's main thread.