search for: execpath

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

Did you mean: exe_path
2016 Mar 16
2
GSoC Proposal : Path Profiling Support
...case overheads, while the data I have included herein shows the worst case overheads for instrumentation+runtime. + Key numpaths = Number of possible paths epp+compile = Time taken to compute encoding, insert instrumentation and compile to executable compile = Time taken to compile to executable execpaths = Number of paths dynamically executed epp-exec-time = Execution time with instrumentation exec-time = Normal execution time epp-bin-size = Size of instrumented binary in bytes bin-size = Size of binary ** size of shared library in bytes = 598042 +---------------+----------+-------------+-------...
2016 Mar 16
3
GSoC Proposal : Path Profiling Support
...t the moment, I do not. > > thanks, > > David > > >> >> numpaths = Number of possible paths >> epp+compile = Time taken to compute encoding, insert instrumentation and >> compile to executable >> compile = Time taken to compile to executable >> execpaths = Number of paths dynamically executed >> epp-exec-time = Execution time with instrumentation >> exec-time = Normal execution time >> epp-bin-size = Size of instrumented binary in bytes >> bin-size = Size of binary >> ** size of shared library in bytes = 598042 >&g...
2016 Mar 22
2
GSoC Proposal : Path Profiling Support
...>> > >>> > >>> numpaths = Number of possible paths > >>> epp+compile = Time taken to compute encoding, insert instrumentation > and > >>> compile to executable > >>> compile = Time taken to compile to executable > >>> execpaths = Number of paths dynamically executed > >>> epp-exec-time = Execution time with instrumentation > >>> exec-time = Normal execution time > >>> epp-bin-size = Size of instrumented binary in bytes > >>> bin-size = Size of binary > >>> ** si...
2016 Mar 21
0
GSoC Proposal : Path Profiling Support
...s, >> >> David >> >> >>> >>> numpaths = Number of possible paths >>> epp+compile = Time taken to compute encoding, insert instrumentation and >>> compile to executable >>> compile = Time taken to compile to executable >>> execpaths = Number of paths dynamically executed >>> epp-exec-time = Execution time with instrumentation >>> exec-time = Normal execution time >>> epp-bin-size = Size of instrumented binary in bytes >>> bin-size = Size of binary >>> ** size of shared library in b...
2016 Mar 23
0
GSoC Proposal : Path Profiling Support
...>>> numpaths = Number of possible paths >> >>> epp+compile = Time taken to compute encoding, insert instrumentation >> >>> and >> >>> compile to executable >> >>> compile = Time taken to compile to executable >> >>> execpaths = Number of paths dynamically executed >> >>> epp-exec-time = Execution time with instrumentation >> >>> exec-time = Normal execution time >> >>> epp-bin-size = Size of instrumented binary in bytes >> >>> bin-size = Size of binary >&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