Click here to Skip to main content
15,912,400 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Virtual Com Ports Pin
Dan Neely21-Nov-06 2:32
Dan Neely21-Nov-06 2:32 
GeneralRe: Virtual Com Ports Pin
Dave Kreskowiak21-Nov-06 2:41
mveDave Kreskowiak21-Nov-06 2:41 
Questionhi Pin
Tauseef A20-Nov-06 5:26
Tauseef A20-Nov-06 5:26 
AnswerRe: hi Pin
Dave Kreskowiak20-Nov-06 6:02
mveDave Kreskowiak20-Nov-06 6:02 
QuestionWindows Service.. Pin
dotnetsharp20-Nov-06 2:53
dotnetsharp20-Nov-06 2:53 
Questiontracing .net assemblies Pin
ncryptor20-Nov-06 1:00
ncryptor20-Nov-06 1:00 
AnswerRe: tracing .net assemblies Pin
Dave Kreskowiak20-Nov-06 5:54
mveDave Kreskowiak20-Nov-06 5:54 
GeneralRe: tracing .net assemblies Pin
ncryptor20-Nov-06 21:23
ncryptor20-Nov-06 21:23 
Thanks for the reply!

Well there is the possibility of a .NET CLR profiler (many exist) that use the ICorProfiler (or whatever) interfaces.
They CAN log all calls etc. etc., and supposedly they don't slow the application down THAT much.
But:
1. They are expensive.
2. It's not easy to write one, because of the nature of the Interfaces (I don't like COM).

As for the performance issues, in my opinion most of the calls in a Windows Forms application are not interesting - I don't really care about constructors/destructors/event handlers/etc of GUI objects. I just want to log MY methods. So that wouldn't slow down too much, especially if the logging code does the minimum required.

So my question was, does such a tool exist.
(I'm asking this because I'm interested in writing one.)

GeneralRe: tracing .net assemblies Pin
Dave Kreskowiak21-Nov-06 2:44
mveDave Kreskowiak21-Nov-06 2:44 
QuestionDataGridView addingnew but no data Pin
Arkett19-Nov-06 23:09
Arkett19-Nov-06 23:09 
AnswerRe: DataGridView addingnew but no data Pin
Arkett20-Nov-06 23:54
Arkett20-Nov-06 23:54 
QuestionFlash object Pin
Tauseef A19-Nov-06 19:02
Tauseef A19-Nov-06 19:02 
AnswerRe: Flash object Pin
Russell Jones19-Nov-06 20:54
Russell Jones19-Nov-06 20:54 
QuestionThreadAbortException Pin
asasov18-Nov-06 21:53
asasov18-Nov-06 21:53 
AnswerRe: ThreadAbortException Pin
WillemM19-Nov-06 0:14
WillemM19-Nov-06 0:14 
AnswerRe: ThreadAbortException Pin
Daniel Grunwald20-Nov-06 6:08
Daniel Grunwald20-Nov-06 6:08 
QuestionDLL Problem Pin
Tauseef A18-Nov-06 21:34
Tauseef A18-Nov-06 21:34 
AnswerRe: DLL Problem Pin
Karthik Kalyanasundaram18-Nov-06 22:38
Karthik Kalyanasundaram18-Nov-06 22:38 
QuestionRe: DLL Problem Pin
Tauseef A19-Nov-06 0:07
Tauseef A19-Nov-06 0:07 
AnswerRe: DLL Problem Pin
coolestCoder19-Nov-06 0:52
coolestCoder19-Nov-06 0:52 
QuestionRe: DLL Problem Pin
Tauseef A19-Nov-06 5:28
Tauseef A19-Nov-06 5:28 
Questioncan any body tell me difference Pin
Tauseef A18-Nov-06 5:29
Tauseef A18-Nov-06 5:29 
AnswerRe: can any body tell me difference Pin
WillemM18-Nov-06 7:49
WillemM18-Nov-06 7:49 
GeneralRe: can any body tell me difference Pin
Guffa18-Nov-06 11:11
Guffa18-Nov-06 11:11 
GeneralRe: can any body tell me difference Pin
WillemM19-Nov-06 0:12
WillemM19-Nov-06 0:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.