search for: numpaths

Displaying 8 results from an estimated 8 matches for "numpaths".

2016 Mar 16
2
GSoC Proposal : Path Profiling Support
...In [Ball96], the authors mention that the worst case number of acyclic > paths in a program is exponential in its size. How do you manage this? Is > the amount of instrumentation necessary to handle this scenario also > exponential in the size of the program? Paths are numbered from 0 to NumPaths-1. This can be exponential in size. In practice we find that they fit in 64-bit wide counters are enough for numbering paths within a routine. The amount of instrumentation required is not exponential. For example, every if-condition in a routine will increase the number of paths by X2, but the ins...
2016 Mar 16
3
GSoC Proposal : Path Profiling Support
...| +-----------------+----------------------------------------------------------------------------------------------+ > Do you have data when such manual selection is not done? At 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 i...
2016 Mar 22
2
GSoC Proposal : Path Profiling Support
...----------------------------+ > > > >> Do you have data when such manual selection is not done? > > > > At 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 >...
2016 Mar 21
0
GSoC Proposal : Path Profiling Support
...---------------------------------------------------------------------------------------------+ > >> Do you have data when such manual selection is not done? > > At 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 = E...
2016 Mar 23
0
GSoC Proposal : Path Profiling Support
...>> Do you have data when such manual selection is not done? >> > >> > At 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...
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
2007 Feb 26
3
PLotting R graphics/symbols without user x-y scaling
Is it possible to add lines or other user defined graphics to a plot in R that does not depend on the user scale for the plot? For example I have a plot plot(x,y) and I want to add some graphic that is scaled in inches or cm but I do not want the graphic to change when the x-y scales are changed - like a thermometer, scale bar or other symbol - How does one do this? I want to build my own
2005 Aug 25
3
Tr : NUT patches
Hi Peter, I've forwarded your mail to upsdev as it will be of interest for several people that are working on it. As I'm also on vacation (again) for a week and 1/2 as of this evening, I don't think I'll have the time for it before I get back.... I've not yet audited the patches, but these are queued on the Alioth tracker: