Tim Cassell

Results 65 issues of Tim Cassell

In an attempt to address my question on #1579, I worked on this. I added an optional `includeSurvived` flag on `MemoryDiagnoserAttribute` and `--memorySurvived` command line option to capture the survived...

Followup to #1941 (fixes #1595 and fixes #1738) Refactored delegates to reduce async measurement overhead (sync measurements are the same). Also added IterationSetup/Cleanup async support. Master: ``` | Method |...

When benchmarking multiple types with `--join` option, the resulting table does not group by types, and `Ratio` is completely messed up. ``` | Type | Method | Pending | Mean...

Trying to benchmark `UniTask` and `ValueTask` in NativeAot causes the build to fail. If I comment out the `UniTask` code, it works to benchmark `ValueTask`, and likewise if I comment...

I sometimes want to do a dry run just to see the allocations, not caring about the benchmark times. But the results were way off when I tried to do...

Fixes #1595 and fixes #1738 I also added `ValueTask` (non-generic) support for InProcess toolchains that was missing.

I've been noticing performance degradation when running many tests (thousands in my project) for a while. It's especially noticeable on my long-running tests, but the test times also show degradation...

confirm

Tests pass, but the github action fails due to too many character (I'm not sure what exactly is attempting to be done). I suspect this is due to me running...

bug

Followup to #2108, (redo of #1968 with more tests). Refactored delegates to reduce async measurement overhead (sync measurements are the same). Master: ``` | Method | Mean | Error |...

Area:Engine
Area:CodeGen

Followup to #2108, split from #1941 (the changes here will be much smaller if #2108 is merged first).

Area:Toolchains