johnno1962 / SwiftTrace

Trace Swift and Objective-C method invocations
Other
709 stars 52 forks source link

Feature Request: Elapsed time for methods #5

Closed ghost closed 5 years ago

ghost commented 7 years ago

Hi, is it possible to add an elapsed time entry as in Xtrace? I would like to build a profiler using this.

johnno1962 commented 7 years ago

Hi, unfortunately the tranpoline only captures entry to a method so I think this would be difficult.

johnno1962 commented 5 years ago

This is resolved in the latest update.