• 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
Re: Slow Cocoa
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Slow Cocoa


  • Subject: Re: Slow Cocoa
  • From: "b.bum" <email@hidden>
  • Date: Sun, 15 Feb 2004 19:40:47 -0800

On Feb 15, 2004, at 7:23 PM, Sam McCandlish wrote:
I am making an app that draws using Quartz. I used to use the C functions, but then I started using NSBezierPath. When I tried that everything was slower. I am guessing this is because of the messaging. Is there a way to "speed up" objc? Thanks!

Did you run the profiling tools to determine where the extra cycles are going?

It is unlikely that it is being consumed by method invocations and much more likely that it is a difference between the way in which the graphics context is initialized or the parameters by which the NSBezierPath is doing its calculation vs. the C functions.

b.bum
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Slow Cocoa
      • From: Jeff Biggus <email@hidden>
References: 
 >Slow Cocoa (From: Sam McCandlish <email@hidden>)

  • Prev by Date: how to open Finder's connect to server screen
  • Next by Date: Re: Slow Cocoa
  • Previous by thread: Slow Cocoa
  • Next by thread: Re: Slow Cocoa
  • Index(es):
    • Date
    • Thread