search for: mcf2000

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

2016 Mar 16
3
GSoC Proposal : Path Profiling Support
...-------+----------------------------------------------------------------------------------------------+ | mcf | price_out_impl | +-----------------+----------------------------------------------------------------------------------------------+ | mcf2000 | price_out_impl | +-----------------+----------------------------------------------------------------------------------------------+ | namd | _ZN20ComputeNonbondedUtil26calc_pair_energy_fullelectEP9nonbonded | +----...
2016 Mar 22
2
GSoC Proposal : Path Profiling Support
...---------------------------------------------------------+ > > | mcf | price_out_impl > > | > > > +-----------------+----------------------------------------------------------------------------------------------+ > > | mcf2000 | price_out_impl > > | > > > +-----------------+----------------------------------------------------------------------------------------------+ > > | namd | > > _ZN20ComputeNonbondedUtil26calc_pair_energy_fullel...
2016 Mar 21
0
GSoC Proposal : Path Profiling Support
...----------------------------------------------------------------------------------+ > | mcf | price_out_impl > | > +-----------------+----------------------------------------------------------------------------------------------+ > | mcf2000 | price_out_impl > | > +-----------------+----------------------------------------------------------------------------------------------+ > | namd | > _ZN20ComputeNonbondedUtil26calc_pair_energy_fullelectEP9nonbonded >...
2016 Mar 23
0
GSoC Proposal : Path Profiling Support
...--------------------------------+ >> > | mcf | price_out_impl >> > | >> > >> > +-----------------+----------------------------------------------------------------------------------------------+ >> > | mcf2000 | price_out_impl >> > | >> > >> > +-----------------+----------------------------------------------------------------------------------------------+ >> > | namd | >> > _ZN20ComputeNonbondedUtil...
2016 Mar 16
2
GSoC Proposal : Path Profiling Support
...+---------------+-----------+--------------+----------+ | mcf | 230 | 0m0.838s | 0m0.830s | 10 | 0m11.097s | 0m3.074s | 162680 | 161736 | +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ | mcf2000 | 1155 | 0m0.859s | 0m0.853s | 26 | 0m24.169s | 0m4.625s | 166092 | 165213 | +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ | povray | 17 | 0m8.543s | 0m8.552s | 4 |...
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