Comments
Sort by recent activity
In the all methods pane there is a 'filter editor' which may be what you're after. You can get to it by right clicking on the column headings.
We have moved the addin in the context menu to more or less exactly where you've suggested for release because of the feedback we've recieved. They're now still at the top level but in the same group as 'Run to Cursor'.
Not sure why you're getting the failure as it should be throwing a ProfilerNotRunningException. We talked about ignoring during design but reasoned that this makes it more obvious that the API is only usable when profiling the application via the main UI. Is this a .NET 1.1 or 2.0 project and if you've got a small test project that shows this error can you zip it up and email it to us at ants@red-gate.com
Thanks for the feedback. / comments
In the all methods pane there is a 'filter editor' which may be what you're after. You can get to it by right clicking on the column headings.
We have moved the addin in the context menu to more or...
That would be great if you can get it to happen in a smaller project. You're not loading in the Core2.dll directly or anything as we should simply fail to have the dll in the process space catch that exception and rethrow it as a nice ProfilerNotRunningException. / comments
That would be great if you can get it to happen in a smaller project. You're not loading in the Core2.dll directly or anything as we should simply fail to have the dll in the process space catch th...
This a bug we've known about to do with the value having a false accuracy of say 1e-6 and another being 3e-6 but both being rounded to 0.0000 in the display. We simply ran out of time to look into it for this release.
Well spotted though [image] / comments
This a bug we've known about to do with the value having a false accuracy of say 1e-6 and another being 3e-6 but both being rounded to 0.0000 in the display. We simply ran out of time to look into ...
Is this the Beta you're trying out there?
There is a separate beta forum at http://www.red-gate.com/messageboard/viewforum.php?f=60
Glad to see you like it though and I'm with you 110% on the pizzazz, snazzy UI's sometimes get in the way unless they're really carefully thought out. / comments
Is this the Beta you're trying out there?
There is a separate beta forum athttp://www.red-gate.com/messageboard/viewforum.php?f=60
Glad to see you like it though and I'm with you 110% on the pizzaz...
There is a limitation in how we're populating the grid which is a known issue especially for timings as we have more accuracy than we are displaying but it's an artificial accuracy but the grouping and filtering on the methods tab doesn't know this so offers seemingly identical values.
It's in our list of bugs to fix but time limitations may stop us getting to it for release. We're already in feature freeze but code freeze is imminent already :? / comments
There is a limitation in how we're populating the grid which is a known issue especially for timings as we have more accuracy than we are displaying but it's an artificial accuracy but the grouping...
Wow it was so good you said it twice. That's a lot of comments there which we'll have to look into detail more. I think the comment about flagging a procedure as being called but no alterations being made to the data is a hard problem. It would involve us examining your data structure in performance mode (which is meant to be fast) to see if things have changed. I can't see how this could be worked into something that could happen everytime a method is called - several million method calls for even the most simple of program.
We're looking into having a much more intuitive UI in the next version of the product and we're certainly looking at more graphical ways of represting your data and like you suggest highlighting potential bottlenecks in a clearer way.
The code we profile for source code only is everything that we can identify a source file for even if it is autogenerated by visual studio. If you want to exclude this code you can setup custom filters or use the visual studio add-in to only profile the code you're interested in.
Hope this helps / comments
Wow it was so good you said it twice. That's a lot of comments there which we'll have to look into detail more. I think the comment about flagging a procedure as being called but no alterations bei...
I see what you mean about the save button not saving the project but only the results. I admit it's more than a little counter-intuitive. For this version we were concentrating on core functionality and the UI took a backseat to that. I think it's easy enough to work out what's going on and we've got so many buttons on the toolbar already we're risking confusing the user even more by having two save buttons.
It's a bit like the Visual Studio quirk of save project vs. save solution.
'There Can Be Only One....' save button [image] / comments
I see what you mean about the save button not saving the project but only the results. I admit it's more than a little counter-intuitive. For this version we were concentrating on core functionalit...