bepu / bepuphysics2

Pure C# 3D real time physics simulation library, now with a higher version number.
Apache License 2.0
2.25k stars 261 forks source link

support multihread tracing which export chrome tracing format data #269

Open liuhahapku opened 1 year ago

RossNordby commented 1 year ago

Could you describe your use case in more detail? (e.g. what specific information you're looking for, where it's being used)

I may do something like this as a part of a conditionally compiled extended profiler interface in the future, but it's not currently a significant priority.

SupinePandora43 commented 11 months ago

Is dotnet-trace not enough for your case?