Displaying 3 results from an estimated 3 matches for "getfrequencyperfunction".
2009 Jul 11
1
[LLVMdev] Path profiling interface proposal
...unction
> was invoked. It could also mean the % of times this path was executed
> relative to some "parent" path (think of a subpath through conditional code,
> i.e. for getting branch taken/not taken frequencies).
Your assumption is correct. This function can be renamed to
getFrequencyPerFunction().
>
> Some of these questions are answered later in your document but they really
> need to be specified up front. PathProfileInfo::DESC, for example, has no
> meaning outside of the comments in this context:
>
>> /* Query for paths in hot to cold order. */
>> PathP...
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