17:30 - 18:30 (07.11)
Writing a .NET Core cross platform profiler in an hour
Pavel Yosifovich, N/A
Зал 1 , хардкор
.NET supports injecting an instrumentation profiler, built as a C++ COM component, that can be loaded into any .NET process. With .NET Core, the profiler mechanism is extended to work on non-Windows platforms as well. In this almost demo-only session we’ll build a simple, yet functional, cross-platform .NET Core profiler and run it on Windows and Linux.