You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
(1) |
Aug
(3) |
Sep
(11) |
Oct
(1) |
Nov
(10) |
Dec
(11) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(38) |
Feb
(1) |
Mar
(9) |
Apr
(3) |
May
(2) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
(10) |
Oct
(11) |
Nov
(9) |
Dec
(9) |
2005 |
Jan
(3) |
Feb
(2) |
Mar
(4) |
Apr
(3) |
May
(5) |
Jun
(4) |
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
(12) |
Dec
(4) |
2006 |
Jan
|
Feb
(2) |
Mar
(13) |
Apr
(2) |
May
(4) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2009 |
Jan
(5) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Christian S. <sta...@go...> - 2009-02-11 00:00:46
|
Hello Uday, 1. I simplified the project structure in the new version since the separate projects were not really necessary anymore. 2. I think saving and loading profiler runs would be nice. Having more than one profiling "project" open at the same time does not seem all that useful, though, since you will usually only profile one application at a time. 3. Writing automated tests for NProf is somewhat difficult, since the results of the profiler are different on every execution. This is why I don't currently plan to add automated tests to NProf. 4. To debug the Hook, I usually insert a call to "DebugBreak" at the position where I want to start debugging. When DebugBreak() is called, Visual Studio will display a popup that asks whether you want to debug the application. Regards, Christian |
From: Christian S. <sta...@go...> - 2009-01-31 04:19:42
|
Hello Uday, Please use TortoiseSVN or a similar tool to get the current code from the SVN repository as explained here: http://code.google.com/p/nprof/source/checkout. The features that need to be implemented are listed here: http://code.google.com/p/nprof/issues/list I have assigned a few cases to you that should be suitable to get you started. Regards, Christian |
From: uday s. <uda...@ya...> - 2009-01-30 05:10:26
|
Hi Christian, Thanks for the update. But from where can i get the latest source code? I looked at following location http://code.google.com/p/nprof/downloads/list but surprisingly it appears that .9 looks more advanced than .10 and has more advanced gui. Also let me know which are the feature which you want to get in .11 release So that i can start working towards that with kind regards uday m s ________________________________ From: Christian Staudenmeyer <sta...@go...> To: Npr...@li... Sent: Friday, 30 January, 2009 4:13:02 AM Subject: Re: [Nprof-developers] status of the project Hello Uday, the latest release is version 0.10. It uses the DoStackSnapshot API that was new in .NET 2.0 to do statistical profiling. Version 0.11 is the newest development version and includes a number of user interface improvements. The biggest issue that still exists is that the statistical profiler does not profile memory allocations correctly. I'm currently working on solving this problem. Regards, Christian ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Nprof-developers mailing list Npr...@li... https://lists.sourceforge.net/lists/listinfo/nprof-developers Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/ |
From: Christian S. <sta...@go...> - 2009-01-29 22:43:06
|
Hello Uday, the latest release is version 0.10. It uses the DoStackSnapshot API that was new in .NET 2.0 to do statistical profiling. Version 0.11 is the newest development version and includes a number of user interface improvements. The biggest issue that still exists is that the statistical profiler does not profile memory allocations correctly. I'm currently working on solving this problem. Regards, Christian |
From: uday s. <uda...@ya...> - 2009-01-28 05:46:08
|
Hi, I am not able to understand in what status the project is in. Latest release, latest development thats going on currently etc. can some one update me about this? Thanks uday Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/ |
From: Christian S. <sta...@go...> - 2009-01-23 22:55:13
|
Hello Uday, I've added you to the members of the project. Regards, Christian |
From: Christian S. <sta...@go...> - 2008-12-09 22:52:45
|
Hello Uday, Welcome to NProf. NProf is now hosted at Google Code ( http://code.google.com/p/nprof/ ). In order to join the project you need to create a Google Account at https://www.google.com/accounts/ManageAccount Once you have a Google Account I can add you as a project member. Regards, Christian |
From: uday s. <uda...@ya...> - 2008-12-08 11:00:14
|
I want to join this nprof project. I have experience of 2yrs in c# please let me know how to go ahead Thanks uday Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/ |
From: Christian S. <sta...@go...> - 2007-07-20 21:30:33
|
Could you send me the executable? I would like to take a look at at it myself. Thanks, Christian |
From: Venkataramana A.N.S <ans...@gm...> - 2007-07-19 09:04:55
|
Hi When trying to profile an exe using nprof, i am getting a .Net runtime error : "Fatal Execution Engine Error (7A0FA269) (8013135e)" Can anyone please tell me what could be the reason? If I run the exe directly, it works fine. Thanks Venkat |
From: Christian S. <sta...@go...> - 2007-04-13 19:26:26
|
There is no special support for profiling ASP.NET applications in the current version of NProf. However, you can profile a web server while it is running your ASP.NET application. I have tried this with the ASP.NET Development Server, which takes the ASP.NET application to run as a command line parameter. Regards, Christian |
From: Martin S. <ms...@mo...> - 2007-04-11 14:14:57
|
Hi, =20 I can't seem to find any documentation on this... how do I profile an ASP.NET application with nprof? =20 Thanks, =20 Martin Seebach =20 |
From: Christian S. <chr...@we...> - 2006-10-19 20:45:49
|
I've finally put out the new release I've been working on. The release includes some fundamental changes: - sampling profiler - detailed caller/callee trees - simplified GUI I hope that you will find it useful, and I'm looking forward to get your opinions, bug reports, and feature suggestions. Sincerely, Christian |
From: <ds...@ya...> - 2006-06-12 02:24:10
|
≪懸王OPEN記念≫ 我が懸賞に一片の悔いないし!! http://ken-oh.net/ 今すぐエントリーで豪華商品が当たる♪♪ http://ken-oh.net/←エントリーはコチラ ┏━━┳━━━┳━━━━━┓☆。.:*:・★。.:*:・☆。.:*:・★ ┃現金┃1000万┃当たる♪♪┣━━━━┳━┳━┳━┳━┳━┳━┓ ┗━━┻━━━┻━━━━━豪華賞品┃プ┃レ┃ゼ┃ン┃ト┃!┃ :・★。.:*:・☆。.:*:・★┗━━━━┻━┻━┻━┻━┻━┻━┛ http://ken-oh.net/ 懸王事務局 ken...@ya... |
From: Salome T. <kt...@ri...> - 2006-06-08 10:42:48
|
WINNER**WINNER**WINNER**WINNER**WINNER To All Investors. Put HRRP on your Radar Screens immediately Now is the time to do your research. 5:1 Forward Split The forward stock split will be effective on or about June 15, 2006, at which time the additional shares in certificate form will be mailed directly to shareholders without action on their part. Date: Thursday, June 8, 2006 HE-5 Resources, Corp. Symbol: HRRP Price: $0.47 Position: Positive Buy Gold, Silver, Copper, Zinc and Platinum Breaking News was Released HE-5 Resources, Corp. Extends Record Date of Forward Split For pennies you can participate in a ST0CK that could yield results over and over again just based on the trading patterns if the company is able to effectuate it's business model. WATCH OUT!!! We could see a GREAT STORY IN THE MAKING. GOOD LUCK AND TRADE OUT AT THE TOP!!!! Sincerely, Jose Mckinley RVG Group |
From: <sv...@ya...> - 2006-05-16 08:42:42
|
腰使いですかね?俺はそう思います。 ところで女性の腰使いはど〜よ? http://11070.com/four/ 問) et...@56... |
From: <MAI...@da...> - 2006-04-10 11:27:14
|
A message sent from <ap...@da...> to <npr...@li...> contained HTML.Phishing.Bank-362 and has not been delivered. |
From: Christian S. <chr...@we...> - 2006-03-31 09:25:03
|
Yes, that's fine. Regards, Christian |
From: Matthew M. <ma...@ac...> - 2006-03-29 14:42:17
|
Sure - to keep with the standard SVN layout, do you mind keeping the branches under: /branches/ /branches/0_3 /branches/0_8a etc... /branches/1_0 and the future, unstable/experimental version under: /trunk/ The idea is that trunk is a place to play with various ideas, but never gets released until it is branched/stabilized. Matt. Christian Staudenmeyer wrote: > Hi all, > > I'm planning to commit some things for 1.0, but I'm not sure where to > put them in the repository, since they don't really belong into the next > bugfix release. > To make it easier to work on several versions, I'd like to change the > repository layout to something like this: > 0_3 > 0_8a > 0_8b > 0_9 > 0_10 > 1_0 > > I'd be interested in your opinions. > > Thanks, > Christian > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 |
From: Christian S. <chr...@we...> - 2006-03-29 14:30:32
|
Hi all, I'm planning to commit some things for 1.0, but I'm not sure where to put them in the repository, since they don't really belong into the next bugfix release. To make it easier to work on several versions, I'd like to change the repository layout to something like this: 0_3 0_8a 0_8b 0_9 0_10 1_0 I'd be interested in your opinions. Thanks, Christian |
From: Christian S. <chr...@we...> - 2006-03-25 08:12:48
|
Schneider, Eric wrote: > Have you had any problems with this build? >=20 > I cant=92 get the program to produce results for most of my exes. I've only tried NProf on two different programs, but it has always=20 produced results so far. > The debug check box always seems to explode. The "Debug profiler hook" option helps debugging NProf. It throws an=20 exception in the profiler hook so you can attach a debugger and debug=20 the profiler hook. > CPU intensive apps seem to take forever.. Maybe you are using the Debug build of NProf? Regards, Christian |
From: Schneider, E. <ESc...@st...> - 2006-03-22 16:05:11
|
Hello, =20 Have you had any problems with this build? I cant' get the program to produce results for most of my exes. The debug check box always seems to explode. The stop program either fails or does not let me stop the session myself. CPU intensive apps seem to take forever.. Can't remove old projects from the tree? =20 Thanks, =20 Schneider |
From: Matthew M. <ma...@ac...> - 2006-03-22 15:59:03
|
Christian Staudenmeyer wrote: > I have added support for profiling .NET 2.0 applications and I'm going > to commit it once I have repository access. > > Additionally, I'm going to work on: > - load/save projects > - display time in method as special callee > - signature filtering > - a test program that profiles TestProfilee and compares the results to > previous runs > - profiling performance This is great stuff. With any luck we should be getting you svn committer access ASAP. Matt. |
From: Christian S. <chr...@we...> - 2006-03-22 10:18:08
|
Hello everyone, I have added support for profiling .NET 2.0 applications and I'm going to commit it once I have repository access. Additionally, I'm going to work on: - load/save projects - display time in method as special callee - signature filtering - a test program that profiles TestProfilee and compares the results to previous runs - profiling performance Thanks, Christian |
From: <fd...@ya...> - 2006-03-16 03:24:53
|
インターネットガイド・キー^ワードはラブ http://namesenmon.com/ita/ 問) hua...@ya... |