Working with Recorded Timings
Learn how to get timing data for each lap, access raw timings and convenience properties.
Time Combine Operations
Learn how to measure the duration of one or a sequence of Combine publishers.
Framework
Timekeeper makes it relly easy to measure timings, as shown in the code snippet below.
Timekeeper is available via the Swift Package Manager which is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system and automates the process of downloading, compiling, and linking dependencies.
Once you have your Swift package set up, adding Timekeeper as a dependency is as easy as adding it to the dependencies value of your Package.swift.
Timekeeper is licensed under the MIT License.
class Timekeeper struct Timing typealias OnMeasure typealias TimingElement