Signpost
Pre-release
Pre-release
Includes a new signpost
operator that enables easy performance logging for your Combine sequences. Use the operator to generate ranged os_signpost
logs of publisher events that can be visualised in Instruments.
Also, for additional clarity, TestableSubscriber
's sequence
and demands
properties have been renamed to recordedOutput
and recordedDemandLog
respectively. Thanks to @heckj for the suggestion!