Comments
3 comments
-
Hi Paul,
Thanks for the feedback again, and I'm glad you like the events bar. I'm sure that Stephen will want to follow up on your other comments but I wnated to let you know we now ship a dll with the profiler (RedGate.Profiler.UserEvents.Dll) which you can reference from your code and generate manual events which should hopefully appear on the timeline.
It would be great if you could give it a go and see if it works for you.
As always thanks for your help,
James -
Sorry James, nothing in the folder with that name ? is it something you can send ?
Directory of C:\Program Files\Red Gate\ANTS Profiler 4
26/06/2008 03:57 PM <DIR> .
26/06/2008 03:57 PM <DIR> ..
24/06/2008 05:35 AM 234,176 ActiproSoftware.Shared.Net20.dll
24/06/2008 05:35 AM 557,760 ActiproSoftware.SyntaxEditor.Addons.DotNet.Net20.dll
24/06/2008 05:35 AM 1,057,472 ActiproSoftware.SyntaxEditor.Net20.dll
24/06/2008 05:35 AM 172,736 ActiproSoftware.WinUICore.Net20.dll
24/06/2008 05:35 AM 272,384 C5.dll
24/06/2008 05:35 AM 4,096 detoured.dll
24/06/2008 05:35 AM 532,480 DevExpress.Data.v7.2.dll
24/06/2008 05:35 AM 3,665,920 DevExpress.Utils.v7.2.dll
24/06/2008 05:35 AM 1,552,384 DevExpress.XtraBars.v7.2.dll
24/06/2008 05:35 AM 1,380,352 DevExpress.XtraEditors.v7.2.dll
24/06/2008 05:35 AM 1,232,896 DevExpress.XtraGrid.v7.2.dll
24/06/2008 05:35 AM 602,112 DevExpress.XtraTreeList.v7.2.dll
24/06/2008 05:35 AM 126,976 Interop.SHDocVw.dll
24/06/2008 05:35 AM 270,336 log4net.dll
26/06/2008 03:57 PM 0 pau.txt
24/06/2008 05:35 AM 278,528 ProfilerCore.dll
24/06/2008 05:35 AM 327,680 RedGate.Licensing.Client.dll
24/06/2008 05:35 AM 315,392 RedGate.Profiler.Engine.dll
24/06/2008 05:35 AM 8,704 RedGate.Profiler.IISService.exe
24/06/2008 05:35 AM 36,864 RedGate.Profiler.Interop.ComAdmin.dll
24/06/2008 05:35 AM 118,784 RedGate.Profiler.Project.dll
24/06/2008 05:35 AM 57,344 RedGate.Profiler.Tools.dll
24/06/2008 05:35 AM 1,593,344 RedGate.Profiler.UI.exe
24/06/2008 05:35 AM 262,144 RedGate.Shared.Controls.dll
24/06/2008 05:35 AM 225,280 RedGate.Shared.Utils.dll
24/06/2008 05:35 AM 208,896 RedGate.Update.Client.dll
24/06/2008 05:35 AM 114,688 Syncfusion.Core.dll
24/06/2008 05:35 AM 16,384 Syncfusion.Grid.Base.dll
24/06/2008 05:35 AM 1,613,824 Syncfusion.Grid.Windows.dll
24/06/2008 05:35 AM 1,744,896 Syncfusion.Shared.Base.dll
24/06/2008 05:35 AM 36,864 Syncfusion.Shared.Windows.dll
24/06/2008 05:35 AM 16,384 Syncfusion.Tools.Base.dll
24/06/2008 05:35 AM 3,915,776 Syncfusion.Tools.Windows.dll
24/06/2008 05:37 AM <DIR> X64
24/06/2008 05:35 AM 1,728,512 yFiles.dll
34 File(s) 24,282,368 bytes
3 Dir(s) 75,661,758,464 bytes free
Paul. -
Ahh Sorry Paul,
My mistake - it was added to the installer just after the latest released build. When I will email you oveer the copy of the dll for now and we should have another build out early next week with it in.
James
Add comment
Please sign in to leave a comment.
I love the ‘system exception’ event showing up, especially when my code just swallows them and I know I have to go back and address
What would be handy is a summary of events in a panel so that I can review and then jump from that straight to the point in the timeline ?
I would like to see an options feature to allow me to turn on / off certain events, so for example I can view just my _click events, and get rid of ‘window activated’ events.
I would also like to see ‘raised’ events showing, so anything handled by a call to the raiseevent property.
As far as custom calls, I had envisaged something like a debug.writeline, or trace method, something that I can add to my code and call that will allow the profiler to pick up, so maybe
Profiler.EventWatch(str eventName , obj() args)
just ideas