Uday0119
Uday0119

Reputation: 790

Excessive allocations in windows phone

I am running Windows Phone Performance Analysis tool on my Windows Phone App in Windows Phone Emulator.

I am getting warning of "Excessive Allocations reaching to more than 120%" in initial 4 seconds my app. However, when i run profiler with memory option, i see that memory consumption does not exceed more than 20MB of phone [emulator] memory.

This has caused a lot of confusion.

Kindly help on how to target those exceeded allocations and any suggestions to remove those bottlenecks

Thanx in advance

Upvotes: 1

Views: 225

Answers (1)

Riho
Riho

Reputation: 4593

Try to pinpoint the part of the code that causes this. Start commenting out part of your code and see at what point the warning appears/dissapears

Upvotes: 1

Related Questions