Source position: jwanative.pas line 367
type _KPROFILE_SOURCE = ( |
ProfileTime, |
ProfileAlignmentFixup, |
ProfileTotalIssues, |
ProfilePipelineDry, |
ProfileLoadInstructions, |
ProfilePipelineFrozen, |
ProfileBranchInstructions, |
ProfileTotalNonissues, |
ProfileDcacheMisses, |
ProfileIcacheMisses, |
ProfileCacheMisses, |
ProfileBranchMispredictions, |
ProfileStoreInstructions, |
ProfileFpInstructions, |
ProfileIntegerInstructions, |
Profile2Issue, |
Profile3Issue, |
Profile4Issue, |
ProfileSpecialInstructions, |
ProfileTotalCycles, |
ProfileIcacheIssues, |
ProfileDcacheAccesses, |
ProfileMemoryBarrierCycles, |
ProfileLoadLinkedIssues, |
ProfileMaximum |
); |