Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is CHUD Remover? (Came with Xcode on OS X)

Tags:

macos

I accidentally stumbled across an application called CHUD Remover that claims to remove CHUD files. It lives in /Developer/Applications/Performance Tools/CHUD.

What is CHUD and why would I want to remove CHUD files from my system?

like image 884
miknight Avatar asked Oct 12 '09 05:10

miknight


3 Answers

CHUD Tools are a set of profiling and performance tools for use in applications development on the Mac. The package includes a lot of things, such as DTrace, OpenGL Profiler, and Instruments. Shark in particular is a favorite tool of mine; it's a spectacular profiler with a great interface.

like image 174
phoebus Avatar answered Oct 06 '22 00:10

phoebus


The other two told you what CHUD is. The reason you would want to remove it? To install a newer version, of course!

If you ever plan on doing performance optimization, Shark is a wonderful tool. So don't remove it =)

like image 36
Stephen Canon Avatar answered Oct 06 '22 00:10

Stephen Canon


CHUD stands for Computer Hardware Understanding Developer Tools.

like image 32
Peter Avatar answered Oct 06 '22 01:10

Peter