<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/stapgui/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/stapgui/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 22 May 2007 17:15:52 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/stapgui/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Provide standard tooltip format</title><link>https://sourceforge.net/p/stapgui/feature-requests/37/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When a standardized way of commenting tapsets has been implemented, the tooltips should use this format to make them better laid out and more visually appealing.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rachel Rodgers</dc:creator><pubDate>Tue, 22 May 2007 17:15:52 -0000</pubDate><guid>https://sourceforge.net914f2579976daaaa80c473768d48564e0b2c7185</guid></item><item><title>Drag and Drop Probes/Functions</title><link>https://sourceforge.net/p/stapgui/feature-requests/36/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Allow the user to drag a probe or function from the side menu and drop it into the editor as an alternative to double clicking it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rachel Rodgers</dc:creator><pubDate>Wed, 11 Apr 2007 23:08:33 -0000</pubDate><guid>https://sourceforge.net838f464844c6d576b82399a770661c890f43b59e</guid></item><item><title>View raw data in dashboard</title><link>https://sourceforge.net/p/stapgui/feature-requests/35/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There should be an option on the graphs, possibly right&lt;br /&gt;
click menu, that will allow the user to view all the&lt;br /&gt;
information from that graph in a table.  In addition&lt;br /&gt;
there ought to be a way for users to save both the&lt;br /&gt;
graph and/or the raw data.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ryan Morse</dc:creator><pubDate>Sat, 28 Oct 2006 22:48:08 -0000</pubDate><guid>https://sourceforge.net6f139afb94a1ae7f09a2efa3e82c960acd1c8315</guid></item><item><title>Ability to stack graphs</title><link>https://sourceforge.net/p/stapgui/feature-requests/34/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There should be some method for allowing graphs to be&lt;br /&gt;
stacked on top of each other.  In doing so both graph's&lt;br /&gt;
data should remain visible.  When combined, there&lt;br /&gt;
should also be a way to split them appart.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ryan Morse</dc:creator><pubDate>Thu, 12 Oct 2006 20:11:42 -0000</pubDate><guid>https://sourceforge.net613984ea7f6477ccfd3a5aa9409cb62558e9eed1</guid></item><item><title>Ability to quickly track functions/variables</title><link>https://sourceforge.net/p/stapgui/feature-requests/33/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In the Probe Alias Browser there should be an option&lt;br /&gt;
when a user right clicks on a probe point or variable&lt;br /&gt;
to track this value.  Clicking this should&lt;br /&gt;
automatically create and run a new script that will&lt;br /&gt;
watch that specific value.  The user never needs to see&lt;br /&gt;
the contents of this script.&lt;/p&gt;
&lt;p&gt;For function calls, it could simply count the number of&lt;br /&gt;
times the function is called each second.  For&lt;br /&gt;
variables it could print out the value of the variable&lt;br /&gt;
every time it is hit, as well as counting the number of&lt;br /&gt;
times it is called each second.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ryan Morse</dc:creator><pubDate>Thu, 12 Oct 2006 20:09:10 -0000</pubDate><guid>https://sourceforge.net7e5331bd75a0f58337b0eb3e29c71d5a1abe22ad</guid></item><item><title>Generate entry/return probes when possible</title><link>https://sourceforge.net/p/stapgui/feature-requests/32/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The probes generated from the kernel source view always&lt;br /&gt;
use the line number form, which limits portability. &lt;br /&gt;
Where possible, entry and return probes should be&lt;br /&gt;
generated instead.  From a UI perspective, perhaps if&lt;br /&gt;
the user double-clicks anywhere before the opening&lt;br /&gt;
brace of a function, this should generate an entry&lt;br /&gt;
probe, and clicking on a closing brace should generate&lt;br /&gt;
a return probe (what to do when everything is on the&lt;br /&gt;
same line?), and anywhere in between use a line number&lt;br /&gt;
version.  Maybe there should also be a toggleable mode&lt;br /&gt;
where clicking anywhere within a function always&lt;br /&gt;
generates an entry/return pair (or just entry probes,&lt;br /&gt;
again settable via preferences).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 15 Sep 2006 14:21:35 -0000</pubDate><guid>https://sourceforge.net1b75722b38cc96b76f975cb1a2a92b249bfe03e7</guid></item><item><title>Allow dashboard module creation from live graph</title><link>https://sourceforge.net/p/stapgui/feature-requests/31/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be convenient to be able to be able to create&lt;br /&gt;
a dashboard module from a currently running graphical&lt;br /&gt;
view in the Graphing Perspective.  In order to create a&lt;br /&gt;
dashboard module now, you go through essentially the&lt;br /&gt;
same steps from the IDE perspective's Export Script&lt;br /&gt;
action as you do to set up a graphical display in the&lt;br /&gt;
Graphing perspective.  Since all the information needed&lt;br /&gt;
should be (or could be made) accessible to the Graphing&lt;br /&gt;
perspective, it would probably be user-friendly to&lt;br /&gt;
allow the user to 'snapshot' the current view than to&lt;br /&gt;
do or re-do it from the IDE perspective.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom Zanussi</dc:creator><pubDate>Thu, 14 Sep 2006 21:29:44 -0000</pubDate><guid>https://sourceforge.net644b6975b4e565d3c08f1d1d251e7f94c5bbbc42</guid></item><item><title>Graphing system is too slow</title><link>https://sourceforge.net/p/stapgui/feature-requests/30/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Graphing system uses approximatly 10% of CPU at start,&lt;br /&gt;
and will continue to use ever increasing amounts. &lt;br /&gt;
After about 15 minutes it is using upwards of 60%.  It&lt;br /&gt;
should not increase the CPU usage over time. &lt;br /&gt;
Additionally, it seems that there can only be about 8&lt;br /&gt;
graphs active at a time before everything slows down&lt;br /&gt;
too much to display reliable information.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ryan Morse</dc:creator><pubDate>Thu, 07 Sep 2006 14:59:20 -0000</pubDate><guid>https://sourceforge.net0bc004efe66846a57c9d08dbcba39146fc3934a6</guid></item><item><title>Quantitative Bars within DataSet</title><link>https://sourceforge.net/p/stapgui/feature-requests/29/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be nice to add graphical bars as a column in&lt;br /&gt;
the DataSet similar to other tools. Esentially a built&lt;br /&gt;
in bar graph right into the DataSet.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Briggs</dc:creator><pubDate>Wed, 06 Sep 2006 18:35:47 -0000</pubDate><guid>https://sourceforge.netebbc6781e9fbad47fda52ff29240de05e52e7c51</guid></item><item><title>Trace Function Calls</title><link>https://sourceforge.net/p/stapgui/feature-requests/28/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Need to add the ability to trace function calls down&lt;br /&gt;
from a particular functional call invocation in a&lt;br /&gt;
process or in the kernel, or system calls.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Briggs</dc:creator><pubDate>Wed, 06 Sep 2006 18:32:33 -0000</pubDate><guid>https://sourceforge.netf558fba85cb2f2c5fba05d49425ba5d6b34b1de3</guid></item></channel></rss>