<?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/nprof/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/nprof/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 21 Jun 2007 14:36:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/nprof/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>NProf from the command line with XML output</title><link>https://sourceforge.net/p/nprof/feature-requests/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be really nice if nprof could be run from the command line producing some XML output. It would simplify the integration within build processes for example.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joannes Vermorel</dc:creator><pubDate>Thu, 21 Jun 2007 14:36:16 -0000</pubDate><guid>https://sourceforge.netafab6e9ca62702b3624aaf7b292226ef87133bd8</guid></item><item><title>Time consumed </title><link>https://sourceforge.net/p/nprof/feature-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It vould be nice to have a column that says the exact ammount of time used by each call in milliseconds.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 15 Mar 2007 13:31:21 -0000</pubDate><guid>https://sourceforge.net445872afd6a93c702855850fb93b31e12f29ea0f</guid></item><item><title>Restricting profiler to specific methods and Call Graphs</title><link>https://sourceforge.net/p/nprof/feature-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Is there any way to restrict profiler to specific methods? &lt;br /&gt;
Right now one can exclude certain namespaces after &lt;br /&gt;
the program has finished execution but if the profiler can &lt;br /&gt;
be restricted to perform timing calculations for specific &lt;br /&gt;
methods/classes/namespaces it might speed up the &lt;br /&gt;
task of profiling in complex projects. An idea for doing &lt;br /&gt;
this would be to use attributes to mark &lt;br /&gt;
methods/classes/namespaces for profiling (like &lt;br /&gt;
HarnessIt does for unit testing). If this cannot be done &lt;br /&gt;
by the current GUI then is there provision in the API to &lt;br /&gt;
handle it; so basically someone who wants this feature &lt;br /&gt;
can do so himself?&lt;/p&gt;
&lt;p&gt;Another feature thats worth having is a Call Graph (see &lt;br /&gt;
DevPartner or VB Watch 2 Protector); a way of &lt;br /&gt;
depicting the flow of control from one method to another. &lt;br /&gt;
This, I assume, is possible to code externally if needed. &lt;br /&gt;
But, if there is future plan for this then let me know.&lt;/p&gt;
&lt;p&gt;ahmad.kabani@unitron.com&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 01 Mar 2005 14:40:14 -0000</pubDate><guid>https://sourceforge.netccff3b4839f0343616af83cbc225fa43bde6dba4</guid></item><item><title>chronological callstack reports</title><link>https://sourceforge.net/p/nprof/feature-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I would actually like for the app to display so that&lt;br /&gt;
it's easier to see what got called by what and where is&lt;br /&gt;
stopped etc:&lt;/p&gt;
&lt;p&gt;this code:&lt;/p&gt;
&lt;p&gt;method1 ()&lt;br /&gt;
if date.isgreaterthan("jan/01/2005") then &lt;br /&gt;
method2()&lt;br /&gt;
method5()&lt;br /&gt;
method6()&lt;br /&gt;
end method1&lt;/p&gt;
&lt;p&gt;method2 ()&lt;br /&gt;
method3()&lt;br /&gt;
method4()&lt;br /&gt;
end method2&lt;/p&gt;
&lt;p&gt;method5 ()&lt;br /&gt;
method2()&lt;br /&gt;
end method5()&lt;/p&gt;
&lt;p&gt;would correspond to this printout:&lt;/p&gt;
&lt;p&gt;method1&lt;br /&gt;
method2&lt;br /&gt;
method3&lt;br /&gt;
method4&lt;br /&gt;
method5&lt;br /&gt;
method2&lt;br /&gt;
method3&lt;br /&gt;
method4&lt;br /&gt;
method6&lt;br /&gt;
-&lt;/p&gt;
&lt;p&gt;or something like that.&lt;/p&gt;
&lt;p&gt;Really what I'm looking for is a way to see what the&lt;br /&gt;
flow of execution was while my app was running. It's&lt;br /&gt;
hard sometimes when you're working on a GUI app that&lt;br /&gt;
throws events all over the place and spawns new threads&lt;br /&gt;
and all of that. &lt;/p&gt;
&lt;p&gt;I want a chronological (as in, in the order things&lt;br /&gt;
happened, including an option to include threads&lt;br /&gt;
chronologically or not) report of the execution flow of&lt;br /&gt;
my app.&lt;/p&gt;
&lt;p&gt;I think this would look really good in a treeview, so&lt;br /&gt;
that when you expanded the nodes it would tell you&lt;br /&gt;
information about the frame when it started and when it&lt;br /&gt;
ended and stuff like that. (how long it took to run&lt;br /&gt;
that frame start to finish would be good too!)&lt;/p&gt;
&lt;p&gt;I'd be willing to help with this but I'd need a&lt;br /&gt;
walkthrough of the app to get started.  I don't really&lt;br /&gt;
see how everything fits together.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 06 Jan 2005 21:10:42 -0000</pubDate><guid>https://sourceforge.net7ec8894266d8177de493c5fbaa78758a1d3f499e</guid></item><item><title>flexible asp.net profiling start</title><link>https://sourceforge.net/p/nprof/feature-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello:&lt;/p&gt;
&lt;p&gt;I have an ASP.Net application that I would like to&lt;br /&gt;
profile with your software.&lt;/p&gt;
&lt;p&gt;It has a lot of code that runs the first time a page is&lt;br /&gt;
requested after the aspnet is reset.   I do not wish to&lt;br /&gt;
include this in the profiled information.&lt;/p&gt;
&lt;p&gt;Is there some way to have a manual start point to&lt;br /&gt;
profiling, by pressing a button on the GUI, to skip&lt;br /&gt;
past code I do not wish to profile, and start logging&lt;br /&gt;
information at a later point in the application run?&lt;br /&gt;
Or, a button to clear the results collected up to the&lt;br /&gt;
current point?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Mat&lt;/p&gt;
&lt;p&gt;mvorNOSP_AMding@yahoo.com&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 15 Jul 2004 15:43:03 -0000</pubDate><guid>https://sourceforge.netc18c7d852f24a1b2616db8514ec566a7bcb20a67</guid></item><item><title>Profile PocketPC Applications</title><link>https://sourceforge.net/p/nprof/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Profile PocketPC Applications, which are actually running&lt;br /&gt;
on the device, not the emulator as the CPU specs of a &lt;br /&gt;
PocketPC device are quite different (e.g. no floating &lt;br /&gt;
point unit is one), so that one can optimize for PocketPC.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 14 May 2004 07:01:35 -0000</pubDate><guid>https://sourceforge.net032e01d68a07667444d4f92d360799b9e77443a1</guid></item><item><title>File logs of the console output</title><link>https://sourceforge.net/p/nprof/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have tried NProf 0.8 with a multithreaded console &lt;br /&gt;
application. Here is my problem: my application &lt;br /&gt;
encountered unhandled exception with very low &lt;br /&gt;
frequency (due to a rare sync configuration). So far it &lt;br /&gt;
has nothing to do with NProf.&lt;/p&gt;
&lt;p&gt;But the bug result was a window pop-up (like "JIT class &lt;br /&gt;
not registered , click OK to continue"), and when I &lt;br /&gt;
clicked OK the actual exception was displayed in the &lt;br /&gt;
NProf console window and immediately after the console &lt;br /&gt;
window was closed.&lt;/p&gt;
&lt;p&gt;This situation was annoying because I really wanted to &lt;br /&gt;
be able to read the exception message.&lt;/p&gt;
&lt;p&gt;Could it be possible to log in some file the console &lt;br /&gt;
output of NProf ?&lt;/p&gt;
&lt;p&gt;Joannes&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joannes Vermorel</dc:creator><pubDate>Tue, 30 Mar 2004 18:59:00 -0000</pubDate><guid>https://sourceforge.neta3de8d8a937abb081154be7248131c6b619f11be</guid></item><item><title>Profile ASP.NET Web Applications</title><link>https://sourceforge.net/p/nprof/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This might be difficult, but it would be fantastic if you &lt;br /&gt;
could profile ASP.NET web applications.&lt;/p&gt;
&lt;p&gt;At the moment you can only profile .EXE's.&lt;/p&gt;
&lt;p&gt;I am not sure of the difficulties (I am sure there are lots) &lt;br /&gt;
but can you hook into IIS using an ISAPI plug in to &lt;br /&gt;
profile Web Apps?&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;So &amp;amp;quot;IIS&amp;amp;quot; calls the &amp;amp;quot;profier&amp;amp;quot; which calls the &amp;amp;quot;ASP.NET &lt;br /&gt;
Web App&amp;amp;quot;.  ie. somehow get yourself inbetween the 2 of &lt;br /&gt;
them.&lt;/p&gt;
&lt;p&gt;Not sure how else you could do it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Ridgway</dc:creator><pubDate>Tue, 20 May 2003 10:52:47 -0000</pubDate><guid>https://sourceforge.net47eaec8ece14d5033516a1bf57f0ddadd1aea3af</guid></item></channel></rss>