1

We're interested to see if we can include Instruments-based leak testing as a part of our regular application smoke testing. What kind of scriptability is available for Instruments?

fbrereto
  • 35,429
  • 19
  • 126
  • 178

1 Answers1

1

Instruments is based on the dtrace framework. You might be able to use that directly, without the instruments GUI.

James
  • 24,676
  • 13
  • 84
  • 130
  • There is an `Automation template` which can run iOS simulator test using javascript. Is it possible to realize such functionality by means of `dtrace`? Thanks. – user435657 Nov 22 '11 at 09:01