If the .NET profiler api can be used to launch a managed code thread without
modifying the application, then a simple port of the java agent code to C#
should be possible. The hiccup observation must be done in managed code, and a
separate thread, in order to observe the hiccups that an independ
If someone wants to work on it I have a profiler api implementation that
could be a useful starting point. It supports both mono and the CLR (two
separate implementations the mono one is in C the CLR C++)
On Wed, Aug 29, 2018 at 1:07 PM Remi Forax wrote:
>
>
> --
>
>
> De: "Gil Tene"
> À: "mechanical-sympathy"
> Envoyé: Mardi 28 Août 2018 00:28:00
> Objet: Re: jHiccup for .NET?
> There is [ https://github.com/HdrHistogram/HdrHistogram.NET | a great
> implementation of HdrHistogram for .NET ] , which makes the rest of what
> jHiccup does nearly-trivial to do.