search for: 1242063

Displaying 7 results from an estimated 7 matches for "1242063".

2016 Mar 16
2
GSoC Proposal : Path Profiling Support
...| 280 | 0m20.786s | 0m5.229s | 368841 | 368009 | +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ | soplex | 30 | 0m4.849s | 0m4.848s | 24 | 7m28.151s | 4m10.813s | 1244775 | 1242063 | +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ | sphinx | 26 | 0m2.212s | 0m2.198s | 5 | 1m36.291s | 0m13.811s | 543534 | 543358 | +---------------+----------+-------------+-----------+...
2016 Mar 16
3
GSoC Proposal : Path Profiling Support
...29s | 368841 | 368009 | >> >> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ >> | soplex | 30 | 0m4.849s | 0m4.848s | 24 | >> 7m28.151s | 4m10.813s | 1244775 | 1242063 | >> >> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ >> | sphinx | 26 | 0m2.212s | 0m2.198s | 5 | >> 1m36.291s | 0m13.811s | 543534 | 543358 | >> >>...
2016 Mar 22
2
GSoC Proposal : Path Profiling Support
...;>> > >>> > +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ > >>> | soplex | 30 | 0m4.849s | 0m4.848s | 24 | > >>> 7m28.151s | 4m10.813s | 1244775 | 1242063 | > >>> > >>> > +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ > >>> | sphinx | 26 | 0m2.212s | 0m2.198s | 5 | > >>> 1m36.291s | 0m13.811s | 543...
2016 Mar 21
0
GSoC Proposal : Path Profiling Support
...| 368009 | >>> >>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ >>> | soplex | 30 | 0m4.849s | 0m4.848s | 24 | >>> 7m28.151s | 4m10.813s | 1244775 | 1242063 | >>> >>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ >>> | sphinx | 26 | 0m2.212s | 0m2.198s | 5 | >>> 1m36.291s | 0m13.811s | 543534 | 543358 | &g...
2015 Oct 13
0
identical(..., ignore.environment=TRUE)
>>>>> Duncan Murdoch <murdoch.duncan at gmail.com> >>>>> on Mon, 12 Oct 2015 19:31:11 -0400 writes: > On 12/10/2015 9:51 AM, Ben Bolker wrote: >> Duncan Murdoch <murdoch.duncan <at> gmail.com> writes: >> BB> >>>>> It seems odd/inconvenient to me that the >>>>>
2016 Mar 23
0
GSoC Proposal : Path Profiling Support
...t; >> >>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ >> >>> | soplex | 30 | 0m4.849s | 0m4.848s | 24 | >> >>> 7m28.151s | 4m10.813s | 1244775 | 1242063 | >> >>> >> >>> >> >>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ >> >>> | sphinx | 26 | 0m2.212s | 0m2.198s | 5 | >> >>&gt...
2016 Mar 15
2
GSoC Proposal : Path Profiling Support
This proposal adds support for path profiling [Ball96] to LLVM. Path profiling compactly represents acyclic paths in a directed acyclic graph representation of the control flow graph of a routine. Instrumentation can be added to uniquely identify paths executed at runtime. Path profiles enable precise enumeration of the sequence of basic blocks executed in order for a particular path. Using path