TimelaneCombineX is a port of TimelaneCombine to provide CombineX bindings for profiling CombineX code with the Timelane Instrument.
I . Automatically in Xcode:
- Click File > Swift Packages > Add Package Dependency...
- Use the package URL
https://github.com/Sixt/TimelaneCombineX
to add TimelaneCombineX to your project.
II . Manually in your Package.swift file add:
.package(url: "https://github.com/Sixt/TimelaneCombineX", from: "1.0.0")
For usage instructions, please refer to the original TimelaneCombine repository.
Copyright (c) Sixt SE 2020 This package is provided under the MIT License.