IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label Instruments. Show all posts
Showing posts with label Instruments. Show all posts

Friday, March 8, 2013

Instruments stops recording

I am using Instruments to record some memory, CPU, disk and network stats over 30 minutes.

For some reason Instruments stops recording data after around 5 minutes, does anyone know why this is?

I see the graphs and process information suddenly stop but the capture continues with no error message.

Any help would be much appreciated.

 

I am using Instruments 4.6 and OSX 10.8.2 on a Mac Mini Late 2012.


View the original article here

Instruments stops recording

I am using Instruments to record some memory, CPU, disk and network stats over 30 minutes.

For some reason Instruments stops recording data after around 5 minutes, does anyone know why this is?

I see the graphs and process information suddenly stop but the capture continues with no error message.

Any help would be much appreciated.

 

I am using Instruments 4.6 and OSX 10.8.2 on a Mac Mini Late 2012.


View the original article here

Tuesday, February 26, 2013

How to connect an iPad to Apple Instruments via wireless to run automated tests?

Hello,

 

I wanted to connect an iPad with Retina Display to Apple Instruments wirelessly to execute automated tests on it. How do I go about it?

 

I came across this link, http://developer.apple.com/library/mac/#documentation/DeveloperTools/Conceptual/ InstrumentsUserGuide/GatheringDatafortheFirstTime/GatheringDatafortheFirstTime.h tml#//apple_ref/doc/uid/TP40004652-CH5-SW1

 

It says that if you have Bonjour and multicast on your network, then it can be done. I followed all instructions, but still it doesn't work. Does anyone know how to do this?


View the original article here

Saturday, February 23, 2013

How to connect an iPad to Apple Instruments via wireless to run automated tests?

Hello,

 

I wanted to connect an iPad with Retina Display to Apple Instruments wirelessly to execute automated tests on it. How do I go about it?

 

I came across this link, http://developer.apple.com/library/mac/#documentation/DeveloperTools/Conceptual/ InstrumentsUserGuide/GatheringDatafortheFirstTime/GatheringDatafortheFirstTime.h tml#//apple_ref/doc/uid/TP40004652-CH5-SW1

 

It says that if you have Bonjour and multicast on your network, then it can be done. I followed all instructions, but still it doesn't work. Does anyone know how to do this?


View the original article here

Apple Instruments UIAutomation --> How to return element type from search?

Hello All,

 

Does anyone know how to get the element type after a search?

 

For instance, have a look at the code below:

 

var element = UIATarget.localTarget().frontMostApp().mainWindow().elements().withName("Test Element");

 

Now "element" is the UIAElement that has the name "Test Element".

 

I want to find out whether the element is a button or a staticText or a segmentedControl or name of the view or whatever it may be. How to go about this? Help very much appreciated.


View the original article here