Alex
Alex

Reputation: 81

(iPhone)Instruments question

Just wondering if my iPhone application should be running slow when I put it through instruments? When I test my app using instruments, it goes extremely slow and is frustrating to use.

Thanks.

Upvotes: 1

Views: 261

Answers (4)

yoosiba
yoosiba

Reputation: 2206

Hey.
And more different instruments you load int Instruments the slower it gets.

Upvotes: 0

vodkhang
vodkhang

Reputation: 18741

Yeah, I think that instruments affect your application being monitored. You can/should try in the real Iphone device to see the real performance

Upvotes: 0

taskinoor
taskinoor

Reputation: 46037

I faced similar situation. When instrument gathers data, the app seems to hang up. And this is natural.

Upvotes: 0

Jacob Relkin
Jacob Relkin

Reputation: 163288

Yes, this is normal as Instruments is constantly monitoring the app's process, which causes the app to run considerably slower than normal.

Upvotes: 1

Related Questions