search for: 6991245

Displaying 6 results from an estimated 6 matches for "6991245".

2016 Mar 16
2
GSoC Proposal : Path Profiling Support
...| 18 | 0m22.150s | 0m5.515s | 278615 | 277656 | +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ | gcc | 6026 | 0m31.941s | 0m31.327s | 125 | 1m30.139s | 0m36.601s | 6991413 | 6991245 | +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ | hmmer | 1882 | 0m3.193s | 0m3.232s | 65 | 0m58.911s | 0m2.474s | 744510 | 742806 | +---------------+----------+-------------+-----------+...
2016 Mar 16
3
GSoC Proposal : Path Profiling Support
...15s | 278615 | 277656 | >> >> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ >> | gcc | 6026 | 0m31.941s | 0m31.327s | 125 | >> 1m30.139s | 0m36.601s | 6991413 | 6991245 | >> >> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ >> | hmmer | 1882 | 0m3.193s | 0m3.232s | 65 | >> 0m58.911s | 0m2.474s | 744510 | 742806 | >> >>...
2016 Mar 22
2
GSoC Proposal : Path Profiling Support
...;>> > >>> > +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ > >>> | gcc | 6026 | 0m31.941s | 0m31.327s | 125 | > >>> 1m30.139s | 0m36.601s | 6991413 | 6991245 | > >>> > >>> > +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ > >>> | hmmer | 1882 | 0m3.193s | 0m3.232s | 65 | > >>> 0m58.911s | 0m2.474s | 744...
2016 Mar 21
0
GSoC Proposal : Path Profiling Support
...| 277656 | >>> >>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ >>> | gcc | 6026 | 0m31.941s | 0m31.327s | 125 | >>> 1m30.139s | 0m36.601s | 6991413 | 6991245 | >>> >>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ >>> | hmmer | 1882 | 0m3.193s | 0m3.232s | 65 | >>> 0m58.911s | 0m2.474s | 744510 | 742806 | &g...
2016 Mar 23
0
GSoC Proposal : Path Profiling Support
...t; >> >>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ >> >>> | gcc | 6026 | 0m31.941s | 0m31.327s | 125 | >> >>> 1m30.139s | 0m36.601s | 6991413 | 6991245 | >> >>> >> >>> >> >>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ >> >>> | hmmer | 1882 | 0m3.193s | 0m3.232s | 65 | >> >>&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