Previously it was located at:
Xcode 4.2: /Developer/Library/PrivateFrameworks/DTISAReferenceGuide.framework/Versions/A/Resources/ARMISA.pdf Xcode 4.3: /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Frameworks/DTISAReferenceGuide.framework/Versions/A/Resources/ARMISA.pdf
But I can't find it now with XCode 6 at either path. Is it renamed or moved somewhere else?
I've just found a solution for 6.1.1 using searching inside a bundle as wjk suggested The only difference that I searched for explicit filename and Xcode version is different as I mentioned.
find /Applications/Xcode.app -name 'ARMISA.pdf' -print
The output is /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Frameworks/InstrumentsKit.framework/Versions/A/Resources/ARMISA.pdf