search for: instrumetor

Displaying 3 results from an estimated 3 matches for "instrumetor".

Did you mean: instrumentor
2009 Jul 11
1
[LLVMdev] Path profiling interface proposal
...ncluded because running edge profiling from c sources to the final executable threw me off when I was familiarizing myself with LLVM. The edge instrumentor can only instrument modules with a main function, so any modules that one wants instrumented must be linked to the module with main first. My Instrumetor is similar in structure. > > Is libprofile_rt built during the LLVM build process? Is the intent for > libprofile_rt to be the home for all profiling runtime or just path > profiling? If the latter, I'd suggest a different name, like > libpathprofile_rt. I'm not knowled...
2009 Jul 10
0
[LLVMdev] Path profiling interface proposal
On Friday 10 July 2009 18:06, Slobodan Pejic wrote: > Hello, > > I am planning on contributing path profiling to LLVM by the end of > August. I have written a document of what the interface to the path > profiles would look like at that time. If someone has any amendments, I > can incorporate them. > > http://www.cs.ualberta.ca/~pejic/PathProfiling.html Slobodan, This
2009 Jul 10
3
[LLVMdev] Path profiling interface proposal
Hello, I am planning on contributing path profiling to LLVM by the end of August. I have written a document of what the interface to the path profiles would look like at that time. If someone has any amendments, I can incorporate them. http://www.cs.ualberta.ca/~pejic/PathProfiling.html Slobodan Pejic