Skip to content

Performance and Swift improvements

Compare
Choose a tag to compare
@tapwork tapwork released this 09 Mar 20:59
· 57 commits to master since this release
  • HeapShot and backtrace recording performance has been improved
  • Now with Swift modules support. You can register now for Swift modules
+ (void)addSwiftModulesToRecord:(NSArray <NSString *> *)swiftModules;
  • Register multiple class prefixes (ObjC)
+ (void)addClassPrefixesToRecord:(NSArray <NSString *> *)classPrefixes;
  • Some bug fixes and clean ups