|
|
|
|
|
by 0b01
2009 days ago
|
|
If you program on Windows you should check out Event Tracing for Windows(ETW). Similar to eBPF, ETW is a logging framework inside Windows kernal. Microsoft.Diagnostics.Tracing.TraceEvent[0] is a nice nuget package for logging and analyzing ETL files. [0]https://github.com/microsoft/perfview/blob/master/documentat... |
|