¡@

Home 

c++ Programming Glossary: vtune

Logging/monitoring all function calls from an application

http://stackoverflow.com/questions/152097/logging-monitoring-all-function-calls-from-an-application

It shouldn't be impossible to implement profilers like VTune does something very similar. We're using visual studio 2008..

What are some good profilers for native C++ on Windows?

http://stackoverflow.com/questions/153559/what-are-some-good-profilers-for-native-c-on-windows

Professional support highly desirable I've used Intel's VTune and Compuware's Devpartner Performance Analysis Community Edition... Devpartner Performance Analysis Community Edition. VTune seemed very powerful but it has a steep learning curve. It also..

Decent profiler for Windows? [duplicate]

http://stackoverflow.com/questions/170036/decent-profiler-for-windows

profiling share improve this question Intel VTune is good and is non instrumenting. We evaluated a whole bunch..

Avoiding denormal values in C++

http://stackoverflow.com/questions/2487653/avoiding-denormal-values-in-c

What you want is a sample based analyzer like Shark VTune or Zoom . Micro optimization even more than other optimizations..

What's your favorite profiling tool (for C++) [closed]

http://stackoverflow.com/questions/26663/whats-your-favorite-profiling-tool-for-c

Rational Quantify. I've heard great things about Intel's VTune but have never tried it Edit I'm mostly looking for software..

Beyond Stack Sampling: C++ Profilers

http://stackoverflow.com/questions/4394606/beyond-stack-sampling-c-profilers

I've tried sleepy shiny and very sleepy and as we speak VTune is installing. I've tried to use the VS2008 profiler and it's.. GProf Requires GCC to be even moderately effective. VTune VTune's W7 support borders on criminal. Otherwise excellent.. GProf Requires GCC to be even moderately effective. VTune VTune's W7 support borders on criminal. Otherwise excellent PIN I'd..

Profiling C++ multi-threaded applications

http://stackoverflow.com/questions/638090/profiling-c-multi-threaded-applications

sanity check tool Thread Checker Intel Thread checker VTune here Memory consistency check tools memory usage memory leaks..

What's the best Free C++ Profiler for Windows?

http://stackoverflow.com/questions/67554/whats-the-best-free-c-profiler-for-windows

question AMD Code Analyst is free but not as advanced as VTune. There's also Sleepy which is very simple but does the job in..

How can adding code to a loop make it faster?

http://stackoverflow.com/questions/688325/how-can-adding-code-to-a-loop-make-it-faster

branch prediction slot. To be sure you can give the Intel VTune analyzer or the AMD CodeAnalyst tool a try. These tools will..