Clearing JIT buffer

Yaron

Member
Joined
Dec 8, 2003
Messages
6
Hi

I am trying to test the time it takes my .NET application to load 1st time. When the application is called the 1st time, the JIT compiler generates a native code. I am looking for a way to clear the cache which is holding thie native code, so I can measure the time the app takes to load accurately.

Any tips would be welcome!

thank you.
 
:-)
... and other than that? is there a sevice i can stop & start, files I can delete? something which be a little faster?
 
Back
Top