dotnet / jitutils

MIT License
144 stars 59 forks source link

MLCSE: fix a few issues #401

Closed AndyAyersMS closed 6 months ago

AndyAyersMS commented 6 months ago

Screen out methods that were jitted with OptRepeat, their CSE metrics may not make any sense.

For streaming SPMI, increase the wait interval after each wait, as OSX seems to like to put the server processes to sleep right away.

Closes #400.

AndyAyersMS commented 6 months ago

@EgorBo PTAL cc @dotnet/jit-contrib

I should probably revise the streaming mode implementation since it can be unfair, but this will shore things up a bit longer.

image