search for: 2009_05_13_

Displaying 1 result from an estimated 1 matches for "2009_05_13_".

2011 Mar 21
1
[LLVMdev] Profiling support in LLVM
Dear Najem, You might want to read the llvm-prof documentation if you haven't already: http://llvm.org/cmds/llvm-prof.html. The documentation mentions a script in the utils directory that automates some of the profiling tasks for you. I suspect the way that llvm-prof works is to compile your whole program to a single LLVM bitcode file, run a transform on it, and then generate native