• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Shark attributing time oddly to source
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Shark attributing time oddly to source


  • Subject: Shark attributing time oddly to source
  • From: Benson Margulies <email@hidden>
  • Date: Mon, 13 Apr 2009 20:13:31 -0400

This is compiled with plain old -O with the stock g++ 4.1 from the
tools. Note that all the time is dumped into the return statement.

	253	BT_ApeParameterValue
BT_ApeOrderedOrthographicFeatureEvaluator::parameterSum(BT_ApeDecodeState
const& decodeState, BT_UInt32 tokenIndex, BT_UInt32, BT_UInt32 tag)
const
	254	{
	255	    BT_ApeDecodeStatePerToken const& perToken =
decodeState.perToken()[tokenIndex];
2	256	    for (BT_UInt32 fx = 0; fx <= Other; fx ++) {
	257	        bool thisEval =
perToken.nonWordFeatureCache[m_cacheIndexMap[fx]];
	258	        if (thisEval) {
	259	            BT_ApeParameterValue param = m_parameters.get(fx, tag);
	260	#ifdef DEBUG
	261	            BT_LOG4(BT_Log::INFO_CHANNEL, "OFE: tx %d tag %d fx
%d param %g\n", (int)tokenIndex, (int)tag, (int)fx, param);
	262	#endif
446	263	            return param;
	264	        }
	265	    }
	266	    return 0;
165	267	}
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Shark attributing time oddly to source
      • From: Rick Altherr <email@hidden>
  • Prev by Date: Re: Code Completion feature too aggressive
  • Next by Date: Re: Shark attributing time oddly to source
  • Previous by thread: Re: Rename or Duplicate an Xcode project?
  • Next by thread: Re: Shark attributing time oddly to source
  • Index(es):
    • Date
    • Thread