Comments
Sort by recent activity
Hi Stephen,
Thanks for the positive response.
with multiple charts, I was not looking to have multiple on screen at same time, more just that I could switch between and create new from a set point (both of which you have said will be coming) filter events : what I was looking to do, instead of trying to 'hide' boxes, was just be able to apply a filter that would change the opacity or size of certain events, pretty much like what you have said about the system events, it would be good just to be able to say 'show all _AfterEdit' methods or 'show all _CalcFormulaResult', then everything else pails into insignificance, and if you implement the fading scenario for system events, then it should just be an extension of that.. (sorry Bart). If you can think back to the tests we did it would help me do is see what recursion is happening quickly.
other thing I thought about today . . . . is it possible to provide a 'suggestive' function that can identify code portions that can be streamlined,
in my case . . .
example #1:
List(of <T>), could be replaced with HashTable, this alone has improved performance significantly.
example #2:
GetOrdinal --- there were over 700,000 calls to this system event at a cost of between 20-30%, certainly, changing this to an Enum of field position is going to be a good saving.
What I am asking . . . is there a way to get a report to show some key bottlenecks (or am I just being tooooooo lazy ?
looking forward for next installment. / comments
Hi Stephen,
Thanks for the positive response.
with multiple charts, I was not looking to have multiple on screen at same time, more just that I could switch between and create new from a set point ...
is there any other way to develop ??????
it could also be related to size of project ? / comments
is there any other way to develop ??????
it could also be related to size of project ?
Hi Stephen,
there was nothing showing anywhere. Nothing in the tree, nothing in the source. Strange I know, but true.
Paul. / comments
Hi Stephen,
there was nothing showing anywhere. Nothing in the tree, nothing in the source. Strange I know, but true.
Paul.
More ideas . . .
LOVE THE CODE NAVIGATION !!!
5. ability to go back to place you jumped from
6. ability to launch external app with highlighted code
(what I want to achieve is to call Reflector with a method as min) / comments
More ideas . . .
LOVE THE CODE NAVIGATION !!!
5. ability to go back to place you jumped from
6. ability to launch external app with highlighted code
(what I want to achieve is to call Reflector wit...
8. version and build number on main form please / comments
8. version and build number on main form please
7. Save results would be cool - please. / comments
7. Save results would be cool - please.
Microsoft added an undocumented feature in the OS (way back), that on a dialog box, you can press CTRL+C and actually copy the dialog box in text format to clipboard.
Give it a go next time you see one
don't forget ALT+PRTSCN also copies active dialog (only) to clipboard so posting either text or image is available. / comments
Microsoft added an undocumented feature in the OS (way back), that on a dialog box, you can press CTRL+C and actually copy the dialog box in text format to clipboard.
Give it a go next time you see...
The only thing running in the second region is a whole heap of REGEX statements,
I am unable to reproduce consistently so when I get it to do it again I will run some more tests. / comments
The only thing running in the second region is a whole heap of REGEX statements,
I am unable to reproduce consistently so when I get it to do it again I will run some more tests.
Lexicon wrote:
HOWEVER:
if I have clicked on the timeline during the profile session (before stopping), then the summary screen DOES show in each case.
Sorry, typo, if I click on the time line prior to stopping the profile, then the 'summerising results' does not show (therefore does not 'hang)
hope this makes some sense [image]
/ comments
Lexicon wrote:
HOWEVER:
if I have clicked on the timeline during the profile session (before stopping), then the summary screen DOES show in each case.
Sorry, typo, if I click on the time line p...