Skip to content

Releases: wix-incubator/DetoxInstruments

v1.6.8639

10 Dec 18:58
05e13e9
Compare
Choose a tag to compare

Remove debug print from the Profiler framework.

v1.6.8630

10 Dec 13:09
4ff81cb
Compare
Choose a tag to compare
  • Added ability to sort almost all columns in detail pane
  • Added list view to Events detail pane
  • Minor cosmetic changes
  • Performance improvements
  • Durations are displayed with more accuracy
  • Improved filtering capabilities in supported detail panes
  • Performance profiler is more accurate when taking CPU usage samples
  • Add help menu for each instrument

v1.5.8246

07 Dec 00:21
4e6183d
Compare
Choose a tag to compare

Fix a crash on macOS 10.13

v1.5.8245

05 Dec 17:14
cf96349
Compare
Choose a tag to compare
  • Improve horizontal scroller accuracy
  • Actively abort connections when app goes to background to prevent phantom apps in Instruments
  • Fix disk usage spikes due to not tracking the initial disk usage when a recording starts
  • Fix rare crash when closing a document window
  • Add support for direct events from JS

v1.5.8166

02 Dec 15:54
6efaa34
Compare
Choose a tag to compare
  • Further performance improvements to Events instrument
  • Add option to ignore event categories from recording (for more information see Profiling Options)
  • Events are colored based on their category, rather than their name
  • Fix crash under 32-bit devices
  • Various small visual tweaks
  • Add option to export current detail data as CSV

v1.5.7876

27 Nov 05:25
150841c
Compare
Choose a tag to compare
  • Initial performance improvements when dealing with very large amounts of simultaneous events. More substantial improvements are coming soon.
  • Fixed zip operations (such as downloading folders from apps' containers, profiler zip output, etc.).
  • Apps integrated with the profiler framework can appear simultaneously in multiple instances of Detox Instruments. This prevents cases where merely running Instruments on one computer is sufficient to "hijack" visibility of all or most apps on the network. Now all computers will display all apps, but profiling is still limited to a single instance.

v1.5.7742

20 Nov 13:40
041794b
Compare
Choose a tag to compare
  • Profiling target selection displays a snapshot of the app's screen; click on the preview to display a full resolution screenshot.
  • Improved network recording in Profiler framework
  • Add a configurable time limit to recordings

v1.4.7541

15 Nov 08:24
f1709fc
Compare
Choose a tag to compare
  • Add support for disabling cache for network requests
  • Add support for capturing React Native/JavaScript timers as events
  • Added a workaround for Xcode 9 incompatibility with Xcode 10 bitcode
  • Fixes to shim framework interposing

v1.4.7540

14 Nov 15:12
d5fe29b
Compare
Choose a tag to compare
v1.4.7540 Pre-release
Pre-release
  • Add support for disabling cache for network requests
  • Add support for capturing React Native/JavaScript timers as events
  • Added a workaround for Xcode 9 incompatibility with Xcode 10 bitcode
  • Fixes to shim framework interposing

v1.4.7539

14 Nov 13:53
1b29abd
Compare
Choose a tag to compare
v1.4.7539 Pre-release
Pre-release
  • Add support for disabling cache for network requests
  • Add support for capturing React Native/JavaScript timers as events
  • Added a workaround for Xcode 9 incompatibility with Xcode 10 bitcode