On Dec 26, 2008, at 5:19 AM, John Kelley wrote: > What is the generally acceptable way of measuring memory usage and CPU > usage for clang when comparing code changes? For simple tests, we just time the compilation (with -E, -fsyntax- only, or whatever is appropriate for the change you're making) of Carbon/Carbon.h or Cocoa/Cocoa.h. - Doug