Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

profiling tools for os x?

steve_o_
Beginner
296 Views

Quick question, how come there are less tools for OS X than Linux?

Eg how come there isn't any performance profiling for OS X whereas there is a VTune for Windows, Linux - seems strange that OS X isn't similarly catered for 

Are there any third party tools that support ifort?

 

0 Kudos
4 Replies
mecej4
Honored Contributor III
296 Views

Apple controls the OS, and is well known for not divulging information needed for third party software to function on its products. See this recent announcement from Intel about V-Tune: https://software.intel.com/en-us/articles/whats-new-intel-vtune-amplifier-xe-2015#macsupport, where it says Note: performance profiling on Mac computers is not available.

0 Kudos
steve_o_
Beginner
296 Views

Thanks, as I guessed , ahh well ...

0 Kudos
Izaak_Beekman
New Contributor II
296 Views

I *think* you can use the instrumentation included with Xcode to do some profiling… The suite of tools is called instruments. I’ve only ever used it to look for memory leaks—I’ve never tried profiling.

0 Kudos
steve_o_
Beginner
296 Views

Yes I've used them before, might give it a go as I have Xcode 5 currently set up with ifort

0 Kudos
Reply