DEV Community

Net-Profiler Series' Articles

Back to Josef Biehler's Series
Create a .NET profiler with the Profiling API - Start of an unexpected journey
Cover image for Create a .NET profiler with the Profiling API - Start of an unexpected journey

Create a .NET profiler with the Profiling API - Start of an unexpected journey

11
Comments
11 min read
How does a .NET profiler work?
Cover image for How does a .NET profiler work?

How does a .NET profiler work?

7
Comments
5 min read
How to debug a .NET profiler
Cover image for How to debug a .NET profiler

How to debug a .NET profiler

8
Comments
3 min read
Digging into a few callbacks and how you can obtain more information about an event

Digging into a few callbacks and how you can obtain more information about an event

1
Comments
5 min read
Trace 'function enter/leave' events with a .NET profiler + detect StackOverflow. Assembler code included!
Cover image for Trace 'function enter/leave' events with a .NET profiler + detect StackOverflow. Assembler code included!

Trace 'function enter/leave' events with a .NET profiler + detect StackOverflow. Assembler code included!

6
Comments
7 min read
'function enter/leave' + .NET profiler + 64Bit. Assembler code included!

'function enter/leave' + .NET profiler + 64Bit. Assembler code included!

5
Comments
5 min read
Read function arguments from .NET applications with .NET ProfilingAPI

Read function arguments from .NET applications with .NET ProfilingAPI

7
Comments 1
7 min read