search for: 925863

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

2016 Mar 16
2
GSoC Proposal : Path Profiling Support
...| 0m0.815s | 5 | 6m29.685s | 1m39.180s | 150871 | 150327 | +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ | namd | 59598954 | 0m4.124s | 0m4.139s | 43 | 18m36.447s | 6m50.288s | 925863 | 925271 | +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ > > Open Issues : > > + Update PathProfileInfo on CFG transformations ? > Could you clarify what this means? Changing the control flow grap...
2016 Mar 16
3
GSoC Proposal : Path Profiling Support
...85s | 1m39.180s | 150871 | 150327 | >> >> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ >> | namd | 59598954 | 0m4.124s | 0m4.139s | 43 | >> 18m36.447s | 6m50.288s | 925863 | 925271 | >> >> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ >> >> >> >> > > Open Issues : >> > > + Update PathProfileInfo on CFG transformations ? >> &gt...
2016 Mar 22
2
GSoC Proposal : Path Profiling Support
...27 | > >>> > >>> > +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ > >>> | namd | 59598954 | 0m4.124s | 0m4.139s | 43 | > >>> 18m36.447s | 6m50.288s | 925863 | 925271 | > >>> > >>> > +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ > >>> > >>> > >>> > >>> > > Open Issues : > >>> >...
2016 Mar 21
0
GSoC Proposal : Path Profiling Support
...80s | 150871 | 150327 | >>> >>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ >>> | namd | 59598954 | 0m4.124s | 0m4.139s | 43 | >>> 18m36.447s | 6m50.288s | 925863 | 925271 | >>> >>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ >>> >>> >>> >>> > > Open Issues : >>> > > + Update PathProfileInfo on CFG tr...
2013 Dec 19
0
[Bug 1969] Potential memory leak in sshd [Detected by melton]
https://bugzilla.mindrot.org/show_bug.cgi?id=1969 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |djm at mindrot.org Resolution|---
2016 Mar 23
0
GSoC Proposal : Path Profiling Support
...> >>> >> >>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ >> >>> | namd | 59598954 | 0m4.124s | 0m4.139s | 43 | >> >>> 18m36.447s | 6m50.288s | 925863 | 925271 | >> >>> >> >>> >> >>> +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ >> >>> >> >>> >> >>> >> >>> >...
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