Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Sixt/TimelaneCombineX

Repository files navigation

Timelane + CombineX

TimelaneCombineX

TimelaneCombineX is a port of TimelaneCombine to provide CombineX bindings for profiling CombineX code with the Timelane Instrument.

Table of Contents:

Installation

Swift Package Manager

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")

Usage

For usage instructions, please refer to the original TimelaneCombine repository.

License

Copyright (c) Sixt SE 2020 This package is provided under the MIT License.