• 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
vForce Performance
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

vForce Performance


  • Subject: vForce Performance
  • From: dct <email@hidden>
  • Date: Sun, 22 Jan 2012 13:13:50 -0800

Before changing a number of calls to vForce.h functions, I ran a few test cases to assess potential execution
time improvements; the results are disappointing.

Comparing the time to run vvsqrt( ) on a 10000 point data file to a simple for( ) loop (i.e., for( ii=0; ii<10000; ii++ )
yy[ii] = sqrt[ii] ) shows a slight improvement ( ~236 vice ~243 microsec),
whereas comparing vvsin to a simple loop actually shows slower performance (~395 vice ~213 microsec).
(FYI,  test was run under OS X 10.6.8 on a Dual-Core, 3 GHz Xeon processor.)

Is this performance typical?  I'd really like to speed things up if possible.

Don Thompson
 _______________________________________________
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


  • Prev by Date: Tool for inspecting size of functions in binaries?
  • Next by Date: IB Error: "Can't delete something I don't contain"
  • Previous by thread: Re: Tool for inspecting size of functions in binaries?
  • Next by thread: IB Error: "Can't delete something I don't contain"
  • Index(es):
    • Date
    • Thread